aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/opts.c')
-rw-r--r--gcc/opts.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/gcc/opts.c b/gcc/opts.c
index 4e8fdcc..3a825ce 100644
--- a/gcc/opts.c
+++ b/gcc/opts.c
@@ -436,7 +436,7 @@ complain_wrong_lang (const char *text, const struct cl_option *option,
/* The LTO front end inherits all the options from the first front
end that was used. However, not all the original front end
options make sense in LTO.
-
+
A real solution would be to filter this in collect2, but collect2
does not have access to all the option attributes to know what to
filter. So, in lto1 we silently accept inherited flags and do
@@ -834,7 +834,7 @@ decode_options (unsigned int argc, const char **argv)
}
}
}
-
+
/* Use priority coloring if cover classes is not defined for the
target. */
if (targetm.ira_cover_classes == NULL)
@@ -1048,7 +1048,7 @@ decode_options (unsigned int argc, const char **argv)
#endif
))
{
- inform (input_location,
+ inform (input_location,
"-freorder-blocks-and-partition does not work with exceptions on this architecture");
flag_reorder_blocks_and_partition = 0;
flag_reorder_blocks = 1;
@@ -1335,7 +1335,7 @@ print_filtered_help (unsigned int include_flags,
printf (_(" None found. Use --help=%s to show *all* the options supported by the %s front-end\n"),
lang_names[i], lang_names[i]);
}
-
+
}
else if (! displayed)
printf (_(" All options with the desired characteristics have already been displayed\n"));
@@ -1640,8 +1640,8 @@ common_handle_option (size_t scode, const char *arg, int value,
break;
case OPT_Wlarger_than_:
- /* This form corresponds to -Wlarger-than-.
- Kept for backward compatibility.
+ /* This form corresponds to -Wlarger-than-.
+ Kept for backward compatibility.
Don't use it as the first argument of warning(). */
case OPT_Wlarger_than_eq:
@@ -2165,7 +2165,7 @@ handle_param (const char *carg)
free (arg);
}
-/* Used to set the level of strict aliasing warnings,
+/* Used to set the level of strict aliasing warnings,
when no level is specified (i.e., when -Wstrict-aliasing, and not
-Wstrict-aliasing=level was given).
ONOFF is assumed to take value 1 when -Wstrict-aliasing is specified,
@@ -2198,8 +2198,8 @@ set_fast_math_flags (int set)
}
}
-/* When -funsafe-math-optimizations is set the following
- flags are set as well. */
+/* When -funsafe-math-optimizations is set the following
+ flags are set as well. */
void
set_unsafe_math_optimizations_flags (int set)
{
@@ -2408,7 +2408,7 @@ enable_warning_as_error (const char *arg, int value, unsigned int lang_mask)
{
diagnostic_t kind = value ? DK_ERROR : DK_WARNING;
diagnostic_classify_diagnostic (global_dc, option_index, kind);
-
+
/* -Werror=foo implies -Wfoo. */
if (cl_options[option_index].var_type == CLVC_BOOLEAN
&& cl_options[option_index].flag_var