Make -Q --help print param defaults and min/max values
authorAndi Kleen <ak@linux.intel.com>
Tue, 30 Sep 2014 04:10:12 +0000 (04:10 +0000)
committerAndi Kleen <ak@gcc.gnu.org>
Tue, 30 Sep 2014 04:10:12 +0000 (04:10 +0000)
commitff5101bf0dd39a12e9d5a40b2bfafee9248307a4
tree0d9cbc3c11bf7fac6effcfd547507450952df7ef
parentb3b1547f19735b652463a77fd07d1887c82da2af
Make -Q --help print param defaults and min/max values

Make -Q --help print the --param default, min, max values, similar
to how it does print the defaults for other flags. This is useful
to let a option auto tuner automatically query all needed information
abourt gcc params (previously it needed to access the .def file in
the source)

gcc/:

2014-09-29  Andi Kleen  <ak@linux.intel.com>

* opts.c (print_filtered_help): Print --param min/max/default
with -Q.

From-SVN: r215704
gcc/ChangeLog
gcc/opts.c