[Bug target/114097] Missed register optimization in _Noreturn functions
pskocik at gmail dot com
gcc-bugzilla@gcc.gnu.org
Sun Feb 25 14:18:46 GMT 2024
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114097
--- Comment #4 from Petr Skocik <pskocik at gmail dot com> ---
Excellent! Thank you very much. Didn't realize the functionality was already
there, but didn't work without an explicit __attribute((noreturn)). Now I can
get rid of my most complex assembly function which I stupidly (back then I
thought cleverly) wrote. :)
More information about the Gcc-bugs
mailing list