[Bug target/68014] ICE when using Flag Output Operands
ubizjak at gmail dot com
gcc-bugzilla@gcc.gnu.org
Sun Sep 24 20:36:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68014
Uroš Bizjak <ubizjak at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #4 from Uroš Bizjak <ubizjak at gmail dot com> ---
Fixed in gcc-7 and gcc-8:
pr68014.c: In function ‘main’:
pr68014.c:8:7: error: invalid 'asm': invalid use of asm flag output
asm volatile("# %0" : "=@ccc"(x));
^~~
More information about the Gcc-bugs
mailing list