[Bug inline-asm/90907] Binary crashes if both asm() and __thread are used in the same code
segher at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jun 18 16:40:00 GMT 2019
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90907
Segher Boessenkool <segher at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |segher at gcc dot gnu.org
--- Comment #5 from Segher Boessenkool <segher at gcc dot gnu.org> ---
If you want intuitive asm outside of C functions, you should program
assembler code, not C. If you insist on fighting the compiler, and the
compiler wins, don't say we didn't warn you.
More information about the Gcc-bugs
mailing list