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] New: 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

           Summary: Internal Error: Segmentation fault on xscale compiler
           Product: gcc
           Version: 3.0.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dstevens at omneon dot com
                CC: gcc-bugs at gcc dot gnu dot org

xscale-coff-g++ ver 3.0.4 encounters a segmentation fault and crashes when 
compiling under cywin 1.5.5-1 ...

Command line:
/usr/local/xscale-coff/xscale-304/bin/xscale-coff-g++ -g -O -DMQX -D TAP3 \
    -D TAP -DCPU_LITTLE_ENDIAN -DCPU_XSCALE -mstructure-size-boundary=8 \
    -mapcs-frame -finline-limit=100000 -fno-implement-inlines \
    -fno-schedule-insns2 -DBSDNET -D__EMBEDDED__   -fno-exceptions \
    -I. -I../../../omneon/shared/include \
    -I../../../precise/MQX2.40/source/include \
    -I../../../precise/MQX2.40/source/psp/arm \
    -I../../../precise/MQX2.40/source/bsp/xs321 \
    -I../../../precise/MQX2.40/source/io -I../../../omneon/imports/stl \
    -I../../../omneon/shared/include/mqxinclude -I../../../omneon/tap/include \
    -I../../../omneon/imports/zlib -I../../../omneon/imports/rxspencer \
    -I../../../omneon/imports/bsdnet/include -I../../../omneon/sdk/include \
    -Wall -Wno-format -Werror  -c trics24module.cc -o obj.tap3/trics24module.o

Output:
    trics24module.cc:40: Internal error: Segmentation fault
    Please submit a full bug report,
    with preprocessed source if appropriate.
    See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

Intermediate file:
    trics24module.ii


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