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]

Solaris 2.5.1, gcc version 2.96 20000807; ICE


This ICE requires all of -fsquangle -ansi -pedantic-errors:


mushroom...PM>g++ -c -g -v -save-temps  -fsquangle -ansi -pedantic-errors  
test.cc
Reading specs from 
/afs/jpl.nasa.gov/home/m/mckelvey/public/Software/lib/gcc-lib/sparc-sun-solaris2
.5.1/2.96/specs
gcc version 2.96 20000823 (experimental)
 
/afs/jpl.nasa.gov/home/m/mckelvey/public/Software/lib/gcc-lib/sparc-sun-solaris2
.5.1/2.96/cpp0 -lang-c++ -D__GNUG__=2 -trigraphs -$ -D__STRICT_ANSI__ -v 
-D__GNUC__=2 -D__GNUC_MINOR__=96 -D__GNUC_PATCHLEVEL__=0 -D__sparc__ -D__sun__ 
-D__unix__ -D__svr4__ -D__SVR4 -D__sparc -D__sun -D__unix -Asystem(unix)  
-Asystem(svr4) -g -pedantic-errors -D__GCC_NEW_VARARGS__ -Acpu(sparc) 
-Amachine(sparc) test.cc test.ii
GNU CPP version 2.96 20000823 (experimental) (cpplib)
 (sparc)
#include "..." search starts here:
#include <...> search starts here:
 /afs/jpl.nasa.gov/home/m/mckelvey/public/Software/include/g++-3
 /usr/local/include
 
/afs/jpl.nasa.gov/home/m/mckelvey/public/Software/lib/gcc-lib/sparc-sun-solaris2
.5.1/2.96/include
 
/afs/jpl.nasa.gov/home/m/mckelvey/public/Software/sparc-sun-solaris2.5.1/include
 /usr/include
End of search list.
 
/afs/jpl.nasa.gov/home/m/mckelvey/public/Software/lib/gcc-lib/sparc-sun-solaris2
.5.1/2.96/cc1plus test.ii -quiet -dumpbase test.cc -ansi -g -pedantic-errors 
-ansi -version -fsquangle -o test.s
GNU C++ version 2.96 20000823 (experimental) (sparc-sun-solaris2.5.1) compiled 
by GNU C version 2.96 20000823 (experimental).
/afs/jpl.nasa.gov/home/m/mckelvey/public/Software/include/g++-3/std/bastring.cc: 
In member function `charT 
*basic_string<charT, traits, Allocator>::Rep::clone () [with charT = char, 
traits = string_char_traits<char>, 
Allocator = __default_alloc_template<false, 0>]':
/afs/jpl.nasa.gov/home/m/mckelvey/public/Software/include/g++-3/std/bastring.h:1
20:   instantiated from `basic_string<charT, traits, Allocator>::Rep::grab () 
[with charT = char, traits = string_char_traits<char>, Allocator =  
__default_alloc_template<false, 0>]'
/afs/jpl.nasa.gov/home/m/mckelvey/public/Software/include/g++-3/std/bastring.h:1
84:   instantiated from `basic_string<charT, traits, Allocator>::basic_string 
(const basic_string<charT, traits, Allocator> &) [with charT = char, traits = 
string_char_traits<char>, Allocator = __default_alloc_template<false, 0>]'
Where.h:79:   instantiated from here
/afs/jpl.nasa.gov/home/m/mckelvey/public/Software/include/g++-3/std/bastring.cc:
74: Internal error: 
Segmentation Fault.
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

debug.tar.bz2


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