Hello! > 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?
I'm not experienced enough in this new option handling stuff, let's ask Sriraman for his opinion on the patch. Thanks, Uros.