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]
Other format: [Raw text]

bootstrap error on arm in libstdc++


With today's CVS HEAD, bootstrap fails on arm-linux (while it succeeds
with i386-linux and hppa-linux).

touch ./arm-linux/bits/stdc++.h; \
if [ ! -d "./arm-linux/bits/stdc++.h.gch" ]; then \
  mkdir -p ./arm-linux/bits/stdc++.h.gch; \
fi; \
/home/doko/3.4/gcc-snapshot-20030713/build/gcc/xgcc -shared-libgcc -B/home/doko/3.4/gcc-snapshot-20030713/build/gcc/ -nostdinc++  -L/home/doko/3.4/gcc-snapshot-20030713/build/arm-linux/libstdc++-v3/src -L/home/doko/3.4/gcc-snapshot-20030713/build/arm-linux/libstdc++-v3/src/.libs -B/usr/lib/gcc-snapshot/arm-linux/bin/ -B/usr/lib/gcc-snapshot/arm-linux/lib/ -isystem /usr/lib/gcc-snapshot/arm-linux/include -isystem /usr/lib/gcc-snapshot/arm-linux/sys-include -Winvalid-pch -Wno-deprecated -x c++-header -g -O2 -D_GNU_SOURCE -nostdinc++ -I/home/doko/3.4/gcc-snapshot-20030713/build/arm-linux/libstdc++-v3/include/arm-linux -I/home/doko/3.4/gcc-snapshot-20030713/build/arm-linux/libstdc++-v3/include -I../../../../src/libstdc++-v3/libsupc++ /home/doko/3.4/gcc-snapshot-20030713/src/libstdc++-v3/include/stdc++.h -O0 -g -o ./arm-linux/bits/stdc++.h.gch/O0g; \
/home/doko/3.4/gcc-snapshot-20030713/build/gcc/xgcc -shared-libgcc -B/home/doko/3.4/gcc-snapshot-20030713/build/gcc/ -nostdinc++  -L/home/doko/3.4/gcc-snapshot-20030713/build/arm-linux/libstdc++-v3/src -L/home/doko/3.4/gcc-snapshot-20030713/build/arm-linux/libstdc++-v3/src/.libs -B/usr/lib/gcc-snapshot/arm-linux/bin/ -B/usr/lib/gcc-snapshot/arm-linux/lib/ -isystem /usr/lib/gcc-snapshot/arm-linux/include -isystem /usr/lib/gcc-snapshot/arm-linux/sys-include -Winvalid-pch -Wno-deprecated -x c++-header -g -O2 -D_GNU_SOURCE -nostdinc++ -I/home/doko/3.4/gcc-snapshot-20030713/build/arm-linux/libstdc++-v3/include/arm-linux -I/home/doko/3.4/gcc-snapshot-20030713/build/arm-linux/libstdc++-v3/include -I../../../../src/libstdc++-v3/libsupc++ /home/doko/3.4/gcc-snapshot-20030713/src/libstdc++-v3/include/stdc++.h -O2 -g -o ./arm-linux/bits/stdc++.h.gch/O2g;
/home/doko/3.4/gcc-snapshot-20030713/src/libstdc++-v3/include/stdc++.h:84: error
: ISO
   C++ forbids declaration of `
   _GLOBAL__I__home_doko_3.4_gcc_snapshot_20030713_src_libstdc___v3_include_stdc__.h_00000000_E977B494
   ' with no type
/home/doko/3.4/gcc-snapshot-20030713/src/libstdc++-v3/include/stdc++.h:84: internal compiler error: Segmentation
   fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[6]: *** [arm-linux/bits/stdc++.h] Error 1


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