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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2024-04-08
     Ever confirmed|0                           |1

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed.  I guess the easiest thing is to not run the late waccess pass at
-O0
or at -O0 do simulated VN as we do for uninit analysis to prune unreachable
paths.

Reply via email to