https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79803

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2017-03-02
   Target Milestone|---                         |5.5
     Ever confirmed|0                           |1

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Some of its computation assumes this.  I'd simply do this as a runtime check
and skip the pass (in ::execute).  Eventually warn about this with
OPT_Wdisabled_optimization

Reply via email to