[Bug tree-optimization/126194] [15 Regression] LTO/DSE removes temporary initialization observed by placement delete cleanup

aoliva at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Jul 28 04:15:41 GMT 2026


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

Alexandre Oliva <aoliva at gcc dot gnu.org> changed:

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

--- Comment #16 from Alexandre Oliva <aoliva at gcc dot gnu.org> ---
Testing for argc > 0 is somewhat unfortunate, as some embedded runtimes set
argc to 0, and then the test fails.  Could we make the test argc >= 0, or pass
the result of argc >= 0 to run_repro, or somesuch?


More information about the Gcc-bugs mailing list