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 bootstrap/50326] [4.7 regression] ICE in set_lattice_value, at tree-ssa-ccp.c:456


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50326

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
                 CC|                            |ebotcazou at gcc dot
                   |                            |gnu.org
         Resolution|                            |FIXED

--- Comment #14 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-10-21 13:35:17 UTC ---
> The "bad" PR49911 commit was backported to 4.5 branch too, in r178701.  I
> haven't checked yet if it caused any regressions there or not.

The 4.5 branch doesn't have build_ref_for_model and the only call to build3 on
a COMPONENT_REF already uses the type of the field, so it shouldn't be
affected.


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