aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/ChangeLog
diff options
context:
space:
mode:
authorTom de Vries <tom@codesourcery.com>2015-01-23 12:53:55 +0000
committerTom de Vries <vries@gcc.gnu.org>2015-01-23 12:53:55 +0000
commit1506ae0e1e865fb7a42fc37a47f1799b71f21c53 (patch)
treedafdb0033bc707c4c0ea9f0a6378ea8944f76727 /gcc/c-family/ChangeLog
parent10ef8f287e92cad2f6963a9ee25d954c87567629 (diff)
downloadgcc-1506ae0e1e865fb7a42fc37a47f1799b71f21c53.zip
gcc-1506ae0e1e865fb7a42fc37a47f1799b71f21c53.tar.gz
gcc-1506ae0e1e865fb7a42fc37a47f1799b71f21c53.tar.bz2
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. From-SVN: r220037
Diffstat (limited to 'gcc/c-family/ChangeLog')
-rw-r--r--gcc/c-family/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index 62b8c34..ac72e86 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