aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-11-05 00:16:36 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2020-11-05 00:16:36 +0000
commit35c125cb6ac47fa97aa5ee22f987a38e63adad08 (patch)
treefff11f1136a0cbed5109491457fa6c98fb96cdaf /gcc/cp/ChangeLog
parent8f565d255a3157828e45f8b9844b3d156193c182 (diff)
downloadgcc-35c125cb6ac47fa97aa5ee22f987a38e63adad08.zip
gcc-35c125cb6ac47fa97aa5ee22f987a38e63adad08.tar.gz
gcc-35c125cb6ac47fa97aa5ee22f987a38e63adad08.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index a2ef3e3..7ad2d53 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,18 @@
+2020-11-04 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/97670
+ * semantics.c (finish_omp_clauses): Look through array reductions to
+ find underlying decl to clear in the aligned_head bitmap. Use
+ DECL_UID (t) instead of DECL_UID (OMP_CLAUSE_DECL (c)) when clearing
+ in the bitmap. Only diagnose errors about allocate vars not being
+ privatized on the same construct on allocate clause if it has
+ a DECL_P OMP_CLAUSE_DECL.
+
+2020-11-04 Iain Sandoe <iain@sandoe.co.uk>
+
+ * constexpr.c (potential_constant_expression_1): Handle
+ expressions known to be non-constant for Objective-C.
+
2020-11-03 Jason Merrill <jason@redhat.com>
* tree.c (is_byte_access_type): Don't use char_type_p.