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 rtl-optimization/42691] problematic REG_EQUAL note added to SUBREG



------- Comment #2 from ebotcazou at gcc dot gnu dot org  2010-01-11 22:00 -------
The REG_EQUAL note is correct after fwprop but not after combine, so the
problem lies in combine.  The note should have been removed by
adjust_for_new_dest since the destination of I3 has changed.


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot gnu dot
                   |                            |org
          Component|middle-end                  |rtl-optimization
            Summary|Wrong REG_EQUAL note is     |problematic REG_EQUAL note
                   |added to SUBREG node        |added to SUBREG


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


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