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/48773] Dataflow and REG_DEAD notes


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011.04.28 20:48:36
                 CC|                            |ebotcazou at gcc dot
                   |                            |gnu.org
     Ever Confirmed|0                           |1
           Severity|major                       |normal

--- Comment #5 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-04-28 20:48:36 UTC ---
This is a known issue introduced by the DF merge.  I think that the current
state of affairs is that the passes consuming REG_DEAD/REG_UNUSED notes have to
invoke df_note_add_problem on entry.


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