This is the mail archive of the gcc-patches@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] |
Currently on trunk the option -mpreferred-stack-boundary does not work together with #pragma GCC target("sse") or __attribute__((target("sse"))). There is already a test case that detects this: gcc.target/i386/fastcall-sseregparm.c The attached patch fixes this test case under i686-pc-linux-gnu. Boot-strapped and regression-tested under i686-pc-linux-gnu. OK for trunk? Regards Bernd.
Attachment:
changelog-pr58964.txt
Description: Text document
Attachment:
patch-pr58964.diff
Description: Binary data
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |