This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: stage1 bootstrap failuer to build gcc.3.3: cppfiles.c:1168: error: parse error before ']' token etc.
- From: 'Neil Booth' <neil at daikokuya dot co dot uk>
- To: Christian J?nsson <christian at j-son dot org>
- Cc: 'gcc' <gcc at gcc dot gnu dot org>, Zack Weinberg <zack at codesourcery dot com>
- Date: Wed, 4 Sep 2002 20:44:21 +0100
- Subject: Re: stage1 bootstrap failuer to build gcc.3.3: cppfiles.c:1168: error: parse error before ']' token etc.
- References: <20020903195419.GA31233@daikokuya.co.uk> <000001c25445$005719a0$0301a8c0@D90V2D0J>
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.