]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 1d7b87f419047f87bd177f250bb048aad44b26aa..e569510174a8c75afc26e8619fade238f95d62e1 100644 (file)
@@ -1 +1 @@
-20210710
+20210711
index 351476da0195c5ecd278d54cf40f7c5278e93ca2..39e5ec335cef78058565ab84cadbc72fb5020a4d 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 9d203f5f960725c3b0e0a08221bd0ea3b3154029..cac49952fdff45d24cbbc256845333942acaa4de 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