[Bug middle-end/34467] [4.3 Regression] ICE in lookup_subvars_for_var, at tree-flow-inline.h:1586
rguenth at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Dec 14 23:02:00 GMT 2007
------- Comment #2 from rguenth at gcc dot gnu dot org 2007-12-14 23:02 -------
alpha seems to use a different initializer for addr, 'C.0', compared to i686,
which just uses ipv4_unspecified in setup_one_parameter during recursively
inlining the call.
This initializer is never referenced before and thus doesn't have its var
annotation created.
But - confirmed.
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|tree-optimization |middle-end
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2007-12-14 23:02:28
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34467
More information about the Gcc-bugs
mailing list