[Bug target/67129] x86: erratic parsing of "#pragma GCC target ("...")"

vogt at linux dot vnet.ibm.com gcc-bugzilla@gcc.gnu.org
Thu Aug 6 06:41:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67129

--- Comment #3 from Dominik Vogt <vogt at linux dot vnet.ibm.com> ---
Sorry, the expample with t2() in the code snippet above should have the pragmas
in the opposite order:

-- snip --
#pragma GCC target ("no-sse")
#pragma GCC target ("fpmath=sse")
void t2(void) { }
-- snip --

The attached files ar all right, though.



More information about the Gcc-bugs mailing list