This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/16460] [3.5 Regression] ICE when compiling glibc (ld-ctype.c)
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Jul 2004 23:49:21 -0000
- Subject: [Bug middle-end/16460] [3.5 Regression] ICE when compiling glibc (ld-ctype.c)
- References: <20040709202544.16460.drepper@redhat.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-07-09 23:49 -------
Confirmed but I have not reduced the testcase yet.
/* We have missing edge in the callgraph. This can happen in one case
where previous inlining turned indirect call into direct call by
constant propagating arguments. In all other cases we hit a bug
(incorrect node sharing is most common reason for missing edges. */
if (!dest->needed)
abort ();
--
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |critical
Keywords| |ice-on-valid-code
Summary|ICE when compiling glibc |[3.5 Regression] ICE when
|(ld-ctype.c) |compiling glibc (ld-ctype.c)
Target Milestone|--- |3.5.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16460