diff options
author | vries <vries@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-01-23 12:53:55 +0000 |
---|---|---|
committer | vries <vries@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-01-23 12:53:55 +0000 |
commit | fa175926a2bc33919b10debfd95d35d132e6eb36 (patch) | |
tree | dafdb0033bc707c4c0ea9f0a6378ea8944f76727 /gcc/c-family/ChangeLog | |
parent | 6ca4fe4677980afdcd800f8406c80a080a4f7267 (diff) | |
download | gcc-fa175926a2bc33919b10debfd95d35d132e6eb36.tar.gz |
Make fopenmp an LTO option
2015-01-23 Tom de Vries <tom@codesourcery.com>
PR libgomp/64707
* lto-opts.c (lto_write_options): Output non-explicit conservative
-fno-openmp.
* lto-wrapper.c (merge_and_complain): Handle merging -fopenmp.
(append_compiler_options): Pass -fopenmp through.
* c.opt (fopenmp): Mark as LTO option.
* lang.opt (fopenmp): Mark as LTO option.
* testsuite/libgomp.c/target-9.c: Add -ftree-parallelize-loops=0 to
dg-options.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@220037 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-family/ChangeLog')
-rw-r--r-- | gcc/c-family/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 62b8c3403f9..ac72e868157 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,8 @@ +2015-01-23 Tom de Vries <tom@codesourcery.com> + + PR libgomp/64707 + * c.opt (fopenmp): Mark as LTO option. + 2015-01-21 Jakub Jelinek <jakub@redhat.com> PR c/63307 |