aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-05-20 00:16:40 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-05-20 00:16:40 +0000
commit65f32e5d6bbeb93a7d8d121fd56af6555e16d747 (patch)
tree0e24b6e0c9d3793ee71514deb0c8cc14eae4ed12 /gcc/c
parenteb2a917fa0779b689f09ac8d8c41b0456facbe62 (diff)
downloadgcc-65f32e5d6bbeb93a7d8d121fd56af6555e16d747.zip
gcc-65f32e5d6bbeb93a7d8d121fd56af6555e16d747.tar.gz
gcc-65f32e5d6bbeb93a7d8d121fd56af6555e16d747.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/c')
-rw-r--r--gcc/c/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index 8832602..305d816 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,11 @@
+2021-05-19 Jakub Jelinek <jakub@redhat.com>
+
+ PR middle-end/99928
+ * c-parser.c (c_parser_omp_master): Set OMP_MASTER_COMBINED on
+ master when combined with taskloop.
+ (c_parser_omp_parallel): Don't set OMP_PARALLEL_COMBINED on
+ parallel master when not combined with taskloop.
+
2021-05-18 Richard Biener <rguenther@suse.de>
PR c/100522