This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [Bug other/17437] New: obscure GC problem
- From: Graham Stott <graham dot stott at btinternet dot com>
- To: gcc-bugzilla at gcc dot gnu dot org
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 12 Sep 2004 18:30:46 +0100
- Subject: Re: [Bug other/17437] New: obscure GC problem
- References: <20040912151302.17437.steven@gcc.gnu.org>
Steven,
FWIW it doesn't fail on a x86-ia64 cross using normal -O2 opts
But I could trigger a failure, but not your failure using -O3 -fno-unit-at_a-time
t.i:16476: error: Inlined_to pointer is wrong
detect_webs_set_in_cond_jump/314: (inline copy in build_i_graph/312) 54 insns tree inlinable
called by: make_webs/313 (inlined)
calls:
t.i:16476: internal compiler error: verify_cgraph_node failed.
Graham