http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57756

--- Comment #5 from tmsriram at gcc dot gnu.org <tmsriram at gcc dot gnu.org> 
---
Author: tmsriram
Date: Wed Oct 23 21:13:50 2013
New Revision: 203991

URL: http://gcc.gnu.org/viewcvs?rev=203991&root=gcc&view=rev
Log:
PR target/57756

Replace further references to global_options in functions
ix86_option_override_internal and ix86_valid_target_attribute_tree
in config/i386/i386.c.

    PR target/57756
    * 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->...)


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c

Reply via email to