aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-04-23 00:16:25 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-04-23 00:16:25 +0000
commite3948473e927a7c3197ce1a63628fe427f15f6c6 (patch)
tree8499cf65d0db3f14475b9a4aa0df8fb79e0cf9f8 /gcc/cp
parent6a2f49c6999fa2c7a3a8cb05005d21f8020d674d (diff)
downloadgcc-e3948473e927a7c3197ce1a63628fe427f15f6c6.zip
gcc-e3948473e927a7c3197ce1a63628fe427f15f6c6.tar.gz
gcc-e3948473e927a7c3197ce1a63628fe427f15f6c6.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 89cb361..7233833 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2021-04-22 Marek Polacek <polacek@redhat.com>
+
+ PR c++/100161
+ * pt.c (tsubst_copy_and_build) <case PLUS_EXPR>: Test op0 and
+ op1 separately for value- or type-dependence.
+
2021-04-21 Marek Polacek <polacek@redhat.com>
PR c++/96380