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++/12185] New: ICE in stage 3, compiling strstream, recent CVS


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

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

           Summary: ICE in stage 3, compiling strstream, recent CVS
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: James dot W dot Mckelvey at jpl dot nasa dot gov
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: sparc-sun-solaris2.7
  GCC host triplet: sparc-sun-solaris2.7
GCC target triplet: sparc-sun-solaris2.7

SunOS mushroom 5.7 Generic_106541-19 sun4u sparc SUNW,Ultra-2

Configured:

setenv CC gcc ; /mnt/home3/utilities/gcc/configure 
--prefix=/mnt/home3/utilities --verbose 
--with-as=/mnt/home3/utilities/bin/as 
--with-ld=/mnt/home3/utilities/bin/ld --with-gnu-as --with-gnu-ld 
--disable-multilib --enable-languages=c++

Built:

gmake CFLAGS='-O' BOOT_CFLAGS='-O' LIBCFLAGS='-g -O' CXXFLAGS='-O' 
LIBCXXFLAGS='-g -O -fno-implicit-templates' bootstrap

Error from log:

/export/home/mckelvey/utilities/gcc-obj/gcc/xgcc -shared-libgcc 
-B/export/home/mckelvey/utilities/gcc-obj/gcc/ -nostdinc++ 
-L/export/home/mckelvey/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++
-v3/src 
-L/export/home/mckelvey/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++
-v3/src/.libs -B/mnt/home3/utilities/sparc-sun-solaris2.7/bin/ 
-B/mnt/home3/utilities/sparc-sun-solaris2.7/lib/ -isystem 
/mnt/home3/utilities/sparc-sun-solaris2.7/include -isystem 
/mnt/home3/utilities/sparc-sun-solaris2.7/sys-include 
-I/export/home/mckelvey/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++
-v3/include/sparc-sun-solaris2.7 
-I/export/home/mckelvey/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++
-v3/include -I/mnt/home3/utilities/gcc/libstdc++-v3/libsupc++ -O2 -O -O 
-fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings 
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections 
-I/export/home/mckelvey/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++
-v3/include/backward -Wno-deprecated -c 
/mnt/home3/utilities/gcc/libstdc++-v3/src/strstream.cc  -fPIC -DPIC -o 
.libs/strstream.o

/mnt/home3/utilities/gcc/libstdc++-v3/src/strstream.cc: In member 
function `void std::istrstream::_ZTv0_n12_NSt10istrstreamD1Ev()':
/mnt/home3/utilities/gcc/libstdc++-v3/src/strstream.cc:353: internal 
compiler error: Bus Error
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


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