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]

Re: [PATCH][i386]Fix PR 57756


On Tue, Oct 22, 2013 at 11:05 PM, Sriraman Tallam <tmsriram@google.com> wrote:

>    This simple patch fixes the -m32 -mno-sse bugs you reported. A few
> more places where I did not change references to global_options.
> Uros/Richard: Is this ok to commit?
>
> * config/i386/i386.c (ix86_option_override_internal):
> Change TARGET_SSE2 to TARGET_SSE2_P (opts->...)
> (ix86_valid_target_attribute_tree):
> Change TARGET_64BIT to TARGET_64BIT_P (opts->...)
> Change TARGET_SSE to TARGET_SSE_P (opts->...)

OK.

Thanks,
Uros.


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