[Bug inline-asm/93981] No EH information generated for asm statements
segher at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Feb 29 17:32:00 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93981
--- Comment #4 from Segher Boessenkool <segher at gcc dot gnu.org> ---
Pretending any asm can throw would be a pretty serious code degradation.
Any asm that is not volatile cannot throw (and be correct code). But
most volatile asm in the wild can never throw, either.
More information about the Gcc-bugs
mailing list