re PR target/57756 (Function target attribute is retaining state of previously seen...
authorSriraman Tallam <tmsriram@google.com>
Wed, 23 Oct 2013 21:13:50 +0000 (21:13 +0000)
committerSriraman Tallam <tmsriram@gcc.gnu.org>
Wed, 23 Oct 2013 21:13:50 +0000 (21:13 +0000)
commit33e7f993d1c0be878a778b227d744d3b389c66d0
tree9329ab26fdcbc0e5974bff914b878cfca6e0702e
parente2fbf4c53d5ebe7638695797671dcef927cd73d7
re PR target/57756 (Function target attribute is retaining  state of previously seen function)

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->...)

From-SVN: r203991
gcc/ChangeLog
gcc/config/i386/i386.c