This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
trunk bootstrap fail on hppa2.0w-hp-hpux11.00: ICE building libstdc++
- From: Joe Buck <Joe dot Buck at synopsys dot COM>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 3 May 2004 15:41:37 -0700
- Subject: trunk bootstrap fail on hppa2.0w-hp-hpux11.00: ICE building libstdc++
An attempt to build the trunk on hppa2.0w-hp-hpux11.00 last night
failed with an ICE while building libstdc++:
/remote/atg2/jbuck/hpux.tmp/gcc_trunk/gcc/xgcc -shared-libgcc -B/remote/atg2/jbuck/hpux.tmp/gcc_trunk/gcc/ -nostdinc++ -L/remote/atg2/jbuck/hpux.tmp/gcc_trunk/hppa2.0w-hp-hpux11.00/libstdc++-v3/src -L/remote/atg2/jbuck/hpux.tmp/gcc_trunk/hppa2.0w-hp-hpux11.00/libstdc++-v3/src/.libs -B/u/jbuck/cvs.hp/trunk/hppa2.0w-hp-hpux11.00/bin/ -B/u/jbuck/cvs.hp/trunk/hppa2.0w-hp-hpux11.00/lib/ -isystem /u/jbuck/cvs.hp/trunk/hppa2.0w-hp-hpux11.00/include -isystem /u/jbuck/cvs.hp/trunk/hppa2.0w-hp-hpux11.00/sys-include -I/remote/atg2/jbuck/hpux.tmp/gcc_trunk/hppa2.0w-hp-hpux11.00/libstdc++-v3/include/hppa2.0w-hp-hpux11.00 -I/remote/atg2/jbuck/hpux.tmp/gcc_trunk/hppa2.0w-hp-hpux11.00/libstdc++-v3/include -I/u/jbuck/gnu/src/cvs/trunk/gcc/libstdc++-v3/libsupc++ -O2 -g -g -O2 -fno-implicit-templates -Wall -W -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -c /u/jbuck/gnu/src/cvs/trunk/gcc/libstdc++-v3/src/complex_io.cc -fPIC -DPIC -o .libs/complex_io.o
/u/jbuck/gnu/src/cvs/trunk/gcc/libstdc++-v3/src/complex_io.cc:69: error: Inlined_to pointer is set but no predecesors found
std::allocator<_Alloc>::allocator(conststd::allocator<_Alloc>&) [with _Tp = char]/530: (inline copy in std::basic_ostringstream<_CharT, _Traits, _Alloc>::basic_ostringstream(std::_Ios_Openmode) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]/467) 24 insns (7 after inlining) needed inlinable
called by:
calls:
/u/jbuck/gnu/src/cvs/trunk/gcc/libstdc++-v3/src/complex_io.cc:69: internal compiler error: verify_cgraph_node failed.
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
Should I file a PR, or is this one already known and being handled?