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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2023-03-22
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
                 CC|                            |rguenth at gcc dot gnu.org

--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed.  Maybe the only suspicious thing is

 trivially dead code                :  10.65 ( 13%)

and

 tree CFG cleanup                   :   5.06 (  6%)
 cfg cleanup                        :   5.41 (  7%)

But yes, we're likely facing a lot of debug stmts, csmith tends to leave around
tons of dead code.

Reply via email to