aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-01-13 00:16:21 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-01-13 00:16:21 +0000
commit02a8a01bf396e009bfc31e1104c315fd403b4cca (patch)
tree34ce0e2bf707d8c44fe0215f9d80a505f1ed377f /gcc/cp
parentcb46559cea1d554cef1138db5bfbdd0647ffbc0d (diff)
downloadgcc-02a8a01bf396e009bfc31e1104c315fd403b4cca.zip
gcc-02a8a01bf396e009bfc31e1104c315fd403b4cca.tar.gz
gcc-02a8a01bf396e009bfc31e1104c315fd403b4cca.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 756d135..3bccccf 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,10 @@
+2022-01-12 Jakub Jelinek <jakub@redhat.com>
+ Jason Merrill <jason@redhat.com>
+
+ PR c++/103480
+ * tree.c (move): If expr is xvalue_p, just return expr without
+ build_static_cast.
+
2022-01-11 Jakub Jelinek <jakub@redhat.com>
PR c++/101597