]> git.ipfire.org Git - thirdparty/gcc.git/commit
Make -Q --help print param defaults and min/max values
authorak <ak@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Sep 2014 04:10:12 +0000 (04:10 +0000)
committerak <ak@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Sep 2014 04:10:12 +0000 (04:10 +0000)
commit191d50d7eb6831b8739b005e3256515e465a465c
tree0d9cbc3c11bf7fac6effcfd547507450952df7ef
parentd4a07db7974d58d53bd16bcfbd776e010d5bbe9b
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215704 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/opts.c