diff options
Diffstat (limited to 'gcc/config/i386/i386.c')
-rw-r--r-- | gcc/config/i386/i386.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 6b5af11a96b..493e68672b9 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -5067,7 +5067,7 @@ ix86_valid_target_attribute_tree (tree args, /* If the changed options are different from the default, rerun ix86_option_override_internal, and then save the options away. - The string options are are attribute options, and will be undone + The string options are attribute options, and will be undone when we copy the save structure. */ if (opts->x_ix86_isa_flags != def->x_ix86_isa_flags || opts->x_target_flags != def->x_target_flags |