On Tue, Oct 22, 2013 at 11:05 PM, Sriraman Tallam <tmsri...@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.