Ignore -ftree-parallelize-loops={0,1} using gt
commit1b316d699a1e459a1aa218f1877747d598d3e7a0
authorvries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Jul 2015 08:25:57 +0000 (14 08:25 +0000)
committervries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Jul 2015 08:25:57 +0000 (14 08:25 +0000)
tree6ba7291de9427f534b5172143522edf217b4c2e3
parent8a6be96adfcf9d8372047fecef36f79bde373159
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.

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