* opts.c (print_help): Exclude params from
all except --help=param.
+2020-01-27 Martin Liska <mliska@suse.cz>
+
+ * opts.c (print_help): Exclude params from
+ all except --help=param.
+
2020-01-27 Martin Liska <mliska@suse.cz>
PR target/93274
/* We started using PerFunction/Optimization for parameters and
a warning. We should exclude these from optimization options. */
if (include_flags & CL_OPTIMIZATION)
- exclude_flags |= CL_WARNING | CL_PARAMS;
+ exclude_flags |= CL_WARNING;
+ if (!(include_flags & CL_PARAMS))
+ exclude_flags |= CL_PARAMS;
if (include_flags)
print_specific_help (include_flags, exclude_flags, 0, opts,