forked from gcc-mirror/gcc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore -ftree-parallelize-loops={0,1} using gt
2015-07-14 Tom de Vries <[email protected]> * 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
- Loading branch information
vries
committed
Jul 14, 2015
1 parent
8a6be96
commit 1b316d6
Showing
2 changed files
with
56 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
2015-07-14 Tom de Vries <[email protected]> | ||
|
||
* 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. | ||
|
||
2015-07-14 Richard Biener <[email protected]> | ||
|
||
* tree-ssa-dom.c (record_temporary_equivalences): Merge | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters