This is the mail archive of the gcc-bugs@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]

cannot compile current cvs sources


While bootstrapping the latest cvs-egcs on i686linuxgnulibc
the compilation stops:
make[3]: Leaving directory
`/home/schmid/trans/egcs/i686-pc-linux-gnulibc1/libio'
test x"yes" != xyes || \
  /home/schmid/trans/egcs/gcc/xgcc -B/home/schmid/trans/egcs/gcc/
-B/usr/local/i686-pc-linux-gnulibc1/bin/ -c -g -O2 -fno-implicit-templates
-I. -I./stl -I../libio -I./../libio -nostdinc++  -fpic cstringi.cc -o
pic/cstringi.o
/home/schmid/trans/egcs/gcc/xgcc -B/home/schmid/trans/egcs/gcc/
-B/usr/local/i686-pc-linux-gnulibc1/bin/ -c -g -O2 -fno-implicit-templates
-I. -I./stl -I../libio -I./../libio -nostdinc++  cstringi.cc
test x"yes" != xyes || \
  /home/schmid/trans/egcs/gcc/xgcc -B/home/schmid/trans/egcs/gcc/
-B/usr/local/i686-pc-linux-gnulibc1/bin/ -c -g -O2 -fno-implicit-templates
-I. -I./stl -I../libio -I./../libio -nostdinc++  -fpic stdexcepti.cc -o
pic/stdexcepti.o
In file included from stl/alloc.h:21,
                 from std/bastring.h:39,
                 from string:6,
                 from stdexcept:36,
                 from stdexcepti.cc:8:
stl/stl_alloc.h:745: parse error before `&'
tree.c:1941: Internal compiler error in function chainon
Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.
See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.
make[2]: *** [stdexcepti.o] Error 1
make[2]: Leaving directory
`/home/schmid/trans/egcs/i686-pc-linux-gnulibc1/libstdc++'
make[1]: *** [all-target-libstdc++] Error 2
make[1]: Leaving directory `/home/schmid/trans/egcs'
make: *** [bootstrap] Error 

Peter Schmid



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