This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/34467] [4.3 Regression] ICE in lookup_subvars_for_var, at tree-flow-inline.h:1586



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]