diff options
Diffstat (limited to 'gcc/opts.c')
-rw-r--r-- | gcc/opts.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/opts.c b/gcc/opts.c index bac50b0925f..6e210ea7ceb 100644 --- a/gcc/opts.c +++ b/gcc/opts.c @@ -1459,8 +1459,7 @@ common_handle_option (size_t scode, const char *arg, int value, print_specific_help (0, undoc_mask, all_langs_mask); /* Then display any remaining, non-language options. */ for (i = CL_MIN_OPTION_CLASS; i <= CL_MAX_OPTION_CLASS; i <<= 1) - if (i != CL_SAVE) - print_specific_help (i, undoc_mask, 0); + print_specific_help (i, undoc_mask, 0); exit_after_options = true; break; } |