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]

Re: Bug report


> ./xgcc -B./ -B/tools/i686-pc-linux-gnu/bin/ -isystem
> /tools/i686-pc-linux-gnu/include -isystem
> /tools/i686-pc-linux-gnu/sys-include -O2  -DIN_GCC    -W -Wall
> -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
> ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
> -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.3.1/gcc
> -I../../gcc-3.3.1/gcc/. -I../../gcc-3.3.1/gcc/config
> -I../../gcc-3.3.1/gcc/../include -fexceptions -c
> ../../gcc-3.3.1/gcc/unwind-dw2-fde-glibc.c -o
> libgcc/./unwind-dw2-fde-glibc.o
> In file included from ../../gcc-3.3.1/gcc/unwind-dw2-fde-glibc.c:58:
> ../../gcc-3.3.1/gcc/unwind-dw2-fde.c: In function `__register_frame_info':
> ../../gcc-3.3.1/gcc/unwind-dw2-fde.c:105: 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[3]: *** [libgcc/./unwind-dw2-fde-glibc.o] Error 1
> make[3]: Leaving directory `/mnt/lfs/sources/gcc-build/gcc'
> make[2]: *** [libgcc.a] Error 2
> make[2]: Leaving directory `/mnt/lfs/sources/gcc-build/gcc'
> make[1]: *** [stage3_build] Error 2
> make[1]: Leaving directory `/mnt/lfs/sources/gcc-build/gcc'
> make: *** [bootstrap] Error 2

You are trying to bootstrap GCC 3.3.1 with GCC 3.3.3, right?

> generated by adding -save-temps

Please file a PR with bugzilla and add the .i file generated by the last 
./xgcc command issued before the crash plus --save-temps.

-- 
Eric Botcazou


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