Re: PATCH: PR target/48171: Missing "Save" on -mavx and -mfma

2011-03-18 Thread Richard Guenther
On Thu, Mar 17, 2011 at 7:42 PM, Uros Bizjak wrote: > On Thu, Mar 17, 2011 at 6:51 PM, H.J. Lu wrote: > >> All i386 ISA options, except for -mavx and -mfma, have Save.  This patch >> fixes it.  OK for trunk and 4.6? >> >> 2011-03-17  H.J. Lu   >> >>        PR target/48171 >>        * config/i386/

Re: PATCH: PR target/48171: Missing "Save" on -mavx and -mfma

2011-03-17 Thread Uros Bizjak
On Thu, Mar 17, 2011 at 6:51 PM, H.J. Lu wrote: > All i386 ISA options, except for -mavx and -mfma, have Save.  This patch > fixes it.  OK for trunk and 4.6? > > 2011-03-17  H.J. Lu   > >        PR target/48171 >        * config/i386/i386.opt: Add Save to -mavx and -mfma. OK for 4.7 and 4.6 with

PATCH: PR target/48171: Missing "Save" on -mavx and -mfma

2011-03-17 Thread H.J. Lu
Hi, All i386 ISA options, except for -mavx and -mfma, have Save. This patch fixes it. OK for trunk and 4.6? Thanks. H.J. --- 2011-03-17 H.J. Lu PR target/48171 * config/i386/i386.opt: Add Save to -mavx and -mfma. diff --git a/gcc/config/i386/i386.opt b/gcc/config/i386/i3