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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|middle-end                  |ipa
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2021-11-02
                 CC|                            |marxin at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
In DCE:
Eliminating unnecessary statements:
Deleting : checkfutureword ("const");


i.pure-const:
Declaration updated to be pure: checkfutureword/26
Starting cycle
  Visiting main/28 state:const looping 0
    Call to abort/30 ignoring side effects->pure looping
    Call to puts/29 ignoring side effects->pure looping
    Call to checkfutureword/26 state:pure looping:0

Confirmed.

Reply via email to