i386.c (ix86_valid_target_attribute_tree): Use enum_opts_set when testing if attribut...
authorJoseph Myers <joseph@codesourcery.com>
Wed, 18 May 2011 01:10:46 +0000 (02:10 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Wed, 18 May 2011 01:10:46 +0000 (02:10 +0100)
* config/i386/i386.c (ix86_valid_target_attribute_tree): Use
enum_opts_set when testing if attributes have set -mfpmath=.

From-SVN: r173845

gcc/ChangeLog
gcc/config/i386/i386.c

index 6ddb2300b841a8203871242c202e333a04219ffe..4540ec42c8970554c504a2674a4b553fb8ab6ee7 100644 (file)
@@ -1,3 +1,8 @@
+2011-05-17  Joseph Myers  <joseph@codesourcery.com>
+
+       * config/i386/i386.c (ix86_valid_target_attribute_tree): Use
+       enum_opts_set when testing if attributes have set -mfpmath=.
+
 2011-05-17  Richard Sandiford  <rdsandiford@googlemail.com>
 
        * config/mips/mips.c (mips_handle_option): Remove unused variable.
index ee8c37beda9de87b875723c3f974c14c1b509d88..87d5650405f7a2256a41868588f96630eb1540b4 100644 (file)
@@ -4692,7 +4692,7 @@ ix86_valid_target_attribute_tree (tree args)
       || target_flags != def->x_target_flags
       || option_strings[IX86_FUNCTION_SPECIFIC_ARCH]
       || option_strings[IX86_FUNCTION_SPECIFIC_TUNE]
-      || ix86_fpmath != def->x_ix86_fpmath)
+      || enum_opts_set.x_ix86_fpmath)
     {
       /* If we are using the default tune= or arch=, undo the string assigned,
         and use the default.  */