Ignore -ftree-parallelize-loops={0,1} using gt
authorTom de Vries <tom@codesourcery.com>
Tue, 14 Jul 2015 08:25:57 +0000 (08:25 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Tue, 14 Jul 2015 08:25:57 +0000 (08:25 +0000)
commitcf7416c32c66b9481386fe86c27c59839666e7d6
tree6ba7291de9427f534b5172143522edf217b4c2e3
parentc9080ba2a7ff9d0ec82729d54e550b554b78db88
Ignore -ftree-parallelize-loops={0,1} using gt

2015-07-14  Tom de Vries  <tom@codesourcery.com>

* gcc.c (greater_than_spec_func): Declare forward.
(LINK_COMMAND_SPEC, GOMP_SELF_SPECS): Use gt to ignore
-ftree-parallelize-loops={0,1}.
(static_spec_functions): Add greater_than_spec_func function with name
"gt".
(greater_than_spec_func): New function.

From-SVN: r225764
gcc/ChangeLog
gcc/gcc.c