aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-11-16 00:16:31 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-11-16 00:16:31 +0000
commite2b57363fc1158b854f0e674e23c134de2b76e70 (patch)
treeb1057161f494f3595bdf65dad4021590d45a11f8 /gcc/c-family
parent87c2080b056ea2b7f145cba927f36e4f40900205 (diff)
downloadgcc-e2b57363fc1158b854f0e674e23c134de2b76e70.zip
gcc-e2b57363fc1158b854f0e674e23c134de2b76e70.tar.gz
gcc-e2b57363fc1158b854f0e674e23c134de2b76e70.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/c-family')
-rw-r--r--gcc/c-family/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index d1d2183..7ed0102 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,14 @@
+2021-11-15 Jason Merrill <jason@redhat.com>
+
+ * c.opt: Add -fimplicit-constexpr.
+ * c-cppbuiltin.c: Define __cpp_implicit_constexpr.
+ * c-opts.c (c_common_post_options): Disable below C++14.
+
+2021-11-15 Jakub Jelinek <jakub@redhat.com>
+
+ * c-omp.c (c_omp_split_clauses) <case OMP_CLAUSE_THREAD_LIMIT>:
+ Duplicate to both OMP_TARGET and OMP_TEAMS.
+
2021-11-10 Marek Polacek <polacek@redhat.com>
PR c++/101940