[Bug tree-optimization/100162] missed optimization for dead code elimination at -O3 (vs. -O2)

sjames at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Jul 31 02:25:19 GMT 2024


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

Sam James <sjames at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sjames at gcc dot gnu.org

--- Comment #4 from Sam James <sjames at gcc dot gnu.org> ---
at -O1:
* 10/11 has the call to foo
* 12 optimises it out

at -O2:
* 10/11 optimises it out
* 12/13/14/15 doesn't

which one am I bisecting here?


More information about the Gcc-bugs mailing list