[Bug tree-optimization/60206] IVOPT has no idea of inline asm
wmi at google dot com
gcc-bugzilla@gcc.gnu.org
Fri Feb 14 22:22:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60206
--- Comment #2 from wmi at google dot com ---
This is a way to fix the problem. libgcc/soft-fp/op-4.h has provided a C
version of __FP_FRAC_SUB_4, but now it is overrided by the inline asm version
in config/i386/32/sfp-machine.h.
But the inline asm looks legal right? Isn't it compiler's responsiblity to keep
the inline asm constraints always satisfiable?
More information about the Gcc-bugs
mailing list