This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
cpp0 error and strangeness with gcc 3.1.0
- From: "Shawn Starr" <spstarr at sh0n dot net>
- To: <gcc-bugs at gcc dot gnu dot org>
- Date: Sat, 15 Jun 2002 15:24:09 -0500
- Subject: cpp0 error and strangeness with gcc 3.1.0
After compiling GCC 3.1.0 from tarball, I can't build most programs anymore,
I can compile the kernel but if I try to build other programs (like
gpm-1.20.0). I get:
Errors like:
file.c:100:101: warning: null character(s) ignored
file.c:100: stray '\1' in program
file.c:100: stray '\1' in program
file.c:100:107: warning: null character(s) ignored
file.c:100: stray '\32' in program
file.c:100: stray '\305' in program
and sometimes
gcc: Internal error: Segmentation fault (program cpp0)
..
Whats going on? I've never had problems like this with gcc 2.95.3/3.0.4 :(
Shawn.