This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Solaris 2.5.1, gcc version 2.96 20000807; ICE
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Solaris 2.5.1, gcc version 2.96 20000807; ICE
- From: Jim McKelvey <mckelvey at bean dot jpl dot nasa dot gov>
- Date: Mon, 7 Aug 2000 11:03:52 -0700 (PDT)
Thise ICE requires all three of -fsquangle, -ansi, -pedantic:
mushroom...PM>g++ -c -fsquangle -pedantic -ansi -v -save-temps 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 20000807 (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) -pedantic -D__GCC_NEW_VARARGS__ -Acpu(sparc) -Amachine(sparc)
test.cc test.ii
GNU CPP version 2.96 20000807 (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 -pedantic -ansi
-version -fsquangle -o test.s
GNU C++ version 2.96 20000807 (experimental) (sparc-sun-solaris2.5.1) compiled
by GNU C version 2.96 20000807 (experimental).
/afs/jpl.nasa.gov/home/m/mckelvey/public/Software/include/g++-3/stl_alloc.h: In
function `void
*__malloc_alloc_template<__inst>::_S_oom_malloc (unsigned int) [with int __inst
= 0]':
/afs/jpl.nasa.gov/home/m/mckelvey/public/Software/include/g++-3/stl_alloc.h:158:
instantiated from `__malloc_alloc_template<__inst>::allocate (unsigned int)
[with int __inst = 0]'
/afs/jpl.nasa.gov/home/m/mckelvey/public/Software/include/g++-3/stl_alloc.h:407:
instantiated from `__default_alloc_template<threads, inst>::allocate (unsigned
int) [with bool threads = false, int inst = 0]'
/afs/jpl.nasa.gov/home/m/mckelvey/public/Software/include/g++-3/stl_alloc.h:228:
instantiated from `simple_alloc<_Tp, _Alloc>::allocate (unsigned int) [with
_Tp = Scalar, _Alloc = __default_alloc_template<false, 0>]'
/afs/jpl.nasa.gov/home/m/mckelvey/public/Software/include/g++-3/stl_vector.h:93:
instantiated from `_Vector_alloc_base<_Tp, _Allocator, true>::_M_allocate
(unsigned int) [with _Tp = Scalar, _Allocator = allocator<Scalar>]'
/afs/jpl.nasa.gov/home/m/mckelvey/public/Software/include/g++-3/stl_vector.h:110
: instantiated from `_Vector_base<_Tp, _Alloc>::_Vector_base (unsigned int,
typename _Vector_alloc_base<_Tp, _Alloc, _Alloc_traits<_Tp,
_Allocator>::_S_instanceless>::allocator_type &) [with _Tp = Scalar, _Alloc =
allocator<Scalar>]'
/afs/jpl.nasa.gov/home/m/mckelvey/public/Software/include/g++-3/stl_vector.h:237
: instantiated from `vector<_Tp, _Alloc>::vector (const vector<_Tp, _Alloc> &)
[with _Tp = Scalar, _Alloc = allocator<Scalar>]'
Match.h:205: instantiated from here
/afs/jpl.nasa.gov/home/m/mckelvey/public/Software/include/g++-3/stl_alloc.h:202:
Internal error:
Segmentation Fault.
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
mushroom...PM>
debug.tar.bz2