[Bug c/68044] ceil() with -O3 and -masm=intel fails to compile
joseph at codesourcery dot com
gcc-bugzilla@gcc.gnu.org
Wed Oct 21 23:43:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68044
--- Comment #2 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
I don't think use of -masm=intel is within the scope of what glibc wants
to support for inline asm in its headers. Rather, GCC should be made to
inline the relevant function if it doesn't already, and then the glibc
macro disabled for recent-enough GCC.
More information about the Gcc-bugs
mailing list