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]

[Bug c++/12852] Internal Error: Segmentation fault on xscale compiler


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12852


dstevens at omneon dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 GCC target triplet|                            |xscale-coff


------- Additional Comments From dstevens at omneon dot com  2003-11-03 20:18 -------
I've moved to the 3.2.3 version xscale (building under cygwin 1.5.5) in trying 
to fix this. I was running 'make install-cross', and ran into the same error 
when compiling locale.cc ...

/g/gcc/gcc-3.2.3-omneonbuild/gcc/xgcc -shared-libgcc \
    -B/g/gcc/gcc-3.2.3-omneonbuild/gcc/ -nostdinc++ \
    -L/g/gcc/gcc-3.2.3-omneonbuild/xscale-coff/be/libstdc++-v3/src \
    -L/g/gcc/gcc-3.2.3-omneonbuild/xscale-coff/be/libstdc++-v3/src/.libs \
    -B/usr/local/xscale-coff/3.2.3/xscale-coff/bin/ \
    -B/usr/local/xscale-coff/3.2.3/xscale-coff/lib/ -isystem \
    /usr/local/xscale-coff/3.2.3/xscale-coff/include -mbig-endian \
    -nostdinc++ \
    -I/g/gcc/gcc-3.2.3-omneonbuild/xscale-coff/be/libstdc++-v3/include/xscale-
coff \
    -I/g/gcc/gcc-3.2.3-omneonbuild/xscale-coff/be/libstdc++-v3/include \
    -I../../../../../gcc-3.2.3/libstdc++-v3/libsupc++ \
    -I../../../../../gcc-3.2.3/libstdc++-v3/libmath -g -O2 -mbig-endian \
    -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline \
    -fdiagnostics-show-location=once -g -c \
    ../../../../../gcc-3.2.3/libstdc++-v3/src/locale.cc -o locale.o

... which reports ...

    ../../../../../gcc-3.2.3/libstdc++-v3/src/locale.cc: In constructor
   `std::locale::facet::facet(long unsigned int)':
    ../../../../../gcc-3.2.3/libstdc++-v3/src/locale.cc:461: internal error:
   Segmentation fault

I've re-run this with --save-temps, and will upload local.ii


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