Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 11 Jul 2021 00:16:35 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 11 Jul 2021 00:16:35 +0000 (00:16 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 1d7b87f..e569510 100644 (file)
@@ -1 +1 @@
-20210710
+20210711
index 351476d..39e5ec3 100644 (file)
@@ -1,3 +1,12 @@
+2021-07-10  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/82110
+       * init.c (build_aggr_init): Return error_mark_node if
+       expand_aggr_init_1 returns false.
+       (expand_default_init): Change return type to bool.  Return false
+       on error, true on success.
+       (expand_aggr_init_1): Likewise.
+
 2021-07-09  Jason Merrill  <jason@redhat.com>
 
        PR c++/101098
index 9d203f5..cac4995 100644 (file)
@@ -1,3 +1,16 @@
+2021-07-10  John David Anglin  <danglin@gcc.gnu.org>
+
+       * gcc.dg/torture/pr100329.c: Require target lra.
+       * gcc.dg/torture/pr100519.c: Likewise.
+
+2021-07-10  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/82110
+       * g++.dg/cpp0x/pr78765.C: Expect another conversion failure
+       diagnostic.
+       * g++.dg/template/sfinae14.C: Flip incorrect assertion.
+       * g++.dg/cpp2a/concepts-requires27.C: New test.
+
 2021-07-09  Jason Merrill  <jason@redhat.com>
 
        PR c++/101098