Re: [PATCH] PR target/53383: Allow -mincoming-stack-boundary=3 with -mno-sse

2015-07-06 Thread Uros Bizjak
On Sun, Jul 5, 2015 at 11:40 PM, H.J. Lu wrote: > Similar to -mpreferred-stack-boundary=3, -mincoming-stack-boundary=3 is > allowed with -mno-sse in 64-bit mode. > > OK for trunk? > > > H.J. > gcc/ > > PR target/53383 > * config/i386/i386.c (ix86_option_override_internal): Allow >

[PATCH] PR target/53383: Allow -mincoming-stack-boundary=3 with -mno-sse

2015-07-05 Thread H.J. Lu
Similar to -mpreferred-stack-boundary=3, -mincoming-stack-boundary=3 is allowed with -mno-sse in 64-bit mode. OK for trunk? H.J. gcc/ PR target/53383 * config/i386/i386.c (ix86_option_override_internal): Allow -mincoming-stack-boundary=X if -mpreferred-stack-boundary=N i