This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]