aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-05-04 00:16:53 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-05-04 00:16:53 +0000
commite690396da796cc4e1a0592336b37fec4e97262da (patch)
tree742e4d7187c2b44c6c8aa788a253fd799fff05b2 /gcc/cp
parentf87990a2a8fc9e20d30462a0a4c9047582af0cd9 (diff)
downloadgcc-e690396da796cc4e1a0592336b37fec4e97262da.zip
gcc-e690396da796cc4e1a0592336b37fec4e97262da.tar.gz
gcc-e690396da796cc4e1a0592336b37fec4e97262da.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index fe1ed7e..7ad197e 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,28 @@
+2021-05-03 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/100362
+ * parser.c (cp_parser_class_head): Reinstate calls to pushclass
+ and popclass when parsing the base-clause that were removed in
+ r11-6815.
+
+2021-05-03 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/68942
+ PR c++/100344
+ * pt.c (tsubst_copy_and_build) <case CALL_EXPR>: Set tf_conv
+ only when the callee is a FUNCTION_DECL.
+
+2021-05-03 Marek Polacek <polacek@redhat.com>
+
+ PR c++/100055
+ * decl.c (grokfndecl): Check current_template_parms.
+
+2021-05-03 Marek Polacek <polacek@redhat.com>
+
+ DR 1312
+ * constexpr.c (cxx_eval_constant_expression): Don't check
+ integer_zerop.
+
2021-05-01 Jason Merrill <jason@redhat.com>
* cp-tree.h (class ovl_iterator): Allow copying. Add op==.