[Bug target/64052] compilation error "local frame unavailable" appears for some optimization levels
gjl at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jun 1 13:54:21 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64052
Georg-Johann Lay <gjl at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
Status|WAITING |RESOLVED
--- Comment #6 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Waiting for > 10 years now. Plus, the test case is invalid: It sets up a
variable that lives in a frame due to -O0, and the function is naked. Such
code is broken, and the compiler is right in diagnosing it.
More information about the Gcc-bugs
mailing list