aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-09-16 00:16:37 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2020-09-16 00:16:37 +0000
commit9f7ab8c5614890f2260778cfffd6b53edee31e41 (patch)
tree2c8bf5961575a881590cfbba2826009fc796093e /gcc/cp
parent50ddbd0282e06614b29f0d3f3be5fbe70085a8bd (diff)
downloadgcc-9f7ab8c5614890f2260778cfffd6b53edee31e41.zip
gcc-9f7ab8c5614890f2260778cfffd6b53edee31e41.tar.gz
gcc-9f7ab8c5614890f2260778cfffd6b53edee31e41.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 7bf1b25..ee4d1b7 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,16 @@
+2020-09-15 Nathan Sidwell <nathan@acm.org>
+
+ * pt.c (push_template_decl_real): OMP reductions retain a template
+ header.
+ (tsubst_function_decl): Likewise.
+
+2020-09-15 Tobias Burnus <tobias@codesourcery.com>
+
+ PR fortran/96668
+ * cp-gimplify.c (cxx_omp_finish_clause): Add bool openacc arg.
+ * cp-tree.h (cxx_omp_finish_clause): Likewise
+ * semantics.c (handle_omp_for_class_iterator): Update call.
+
2020-09-14 Marek Polacek <polacek@redhat.com>
* pt.c (push_template_decl_real): Use VAR_OR_FUNCTION_DECL_P.