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++/13584] New: [tree-ssa] ICE building libstdc++-v3 for arm-elf, frv-elf, mips-elf, etc


Found while building tree-ssa crosses with tree-ssa native.

This problem exists for arm-elf, frv-elf, mips-elf, mn10300-elf, and v850-elf,
but not powerpc-eabi.  Reproduce by building any
of these crosses with tree-ssa sources using a tree-ssa native.

$ gcc --version
gcc (GCC) 3.5-tree-ssa 20040105 (merged 20040102)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
$ /opt/spindazzle/gnutools/build-X-arm-elf/gcc/xgcc -shared-libgcc
-B/opt/spindazzle/gnutools/build-X-arm-elf/gcc/ -nostdinc++
-L/opt/spindazzle/gnutools/buil\d-X-arm-elf/arm-elf/thumb/libstdc++-v3/src
-L/opt/spindazzle/gnutools/build-X-arm-elf/arm-elf/thumb/libstdc++-v3/src/.libs
-nostdinc -B/opt/spindazzle/gnuto\ols/build-X-arm-elf/arm-elf/thumb/newlib/
-isystem
/opt/spindazzle/gnutools/build-X-arm-elf/arm-elf/thumb/newlib/targ-include
-isystem /opt/spindazzle/gnuto\ols/src/HEAD-2004-01-05/newlib/libc/include
-B/opt/spindazzle/gnutools/HEAD-2004-01-05/H-i686-pc-linux-gnulibc2.3/arm-elf/bin/
-B/opt/spindazzle/gnutools/HE\AD-2004-01-05/H-i686-pc-linux-gnulibc2.3/arm-elf/lib/
-isystem
/opt/spindazzle/gnutools/HEAD-2004-01-05/H-i686-pc-linux-gnulibc2.3/arm-elf/include
-isystem
\/opt/spindazzle/gnutools/HEAD-2004-01-05/H-i686-pc-linux-gnulibc2.3/arm-elf/sys-include
-L/opt/spindazzle/gnutools/build-X-arm-elf/ld -mthumb
-I/opt/spindaz\zle/gnutools/build-X-arm-elf/arm-elf/thumb/libstdc++-v3/include/arm-elf
-I/opt/spindazzle/gnutools/build-X-arm-elf/arm-elf/thumb/libstdc++-v3/include
-I/opt\/spindazzle/gnutools/src/HEAD-2004-01-05/libstdc++-v3/libsupc++ -O2
-fno-builtin -g -O2 -g -O2 -mthumb -fno-implicit-templates -Wall -W
-Wwrite-strings -Wca\st-qual -fdiagnostics-show-location=once
-I/opt/spindazzle/gnutools/build-X-arm-elf/arm-elf/thumb/libstdc++-v3/include/backward
-Wno-deprecated -c
../../../\../../src/HEAD-2004-01-05/libstdc++-v3/src/strstream.cc -o strstream.o
/opt/spindazzle/gnutools/build-X-arm-elf/arm-elf/thumb/libstdc++-v3/include/iosfwd:
In member function `void std::basic_iostream<char, std::char_traits<char\>
>::_ZTv0_n12_NSdD0Ev()':
/opt/spindazzle/gnutools/build-X-arm-elf/arm-elf/thumb/libstdc++-v3/include/iosfwd:68:
internal compiler error: Segmentation fault

-- 
           Summary: [tree-ssa] ICE building libstdc++-v3 for arm-elf, frv-
                    elf, mips-elf, etc
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: green at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu


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


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