This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: stage1 bootstrap failuer to build gcc.3.3: cppfiles.c:1168: error: parse error before ']' token etc.


Christian J?nsson wrote:-

> Uhm, no, e2fs
 
What is happening is that the file is being mmap-ed, but for some reason
the mapped memory is not NUL-padded.  It might be an idea for me to add
a check to cppfiles.c for this case and abort if it's not a NUL.  What do
you think, Zack?

What I don't understand is, if you're using a standard kernel and e2fs
like me, why I have never seen this issue.

Neil.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]