]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 12 May 2022 00:17:33 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 12 May 2022 00:17:33 +0000 (00:17 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 3e06743d939b99a40bfac35e4d20150b0fefaebc..2a18b6434838d49b241a8be9d54138e715a85a09 100644 (file)
@@ -1 +1 @@
-20220511
+20220512
index 182d944c1b8faca7bc56feda39f7b219bb282ddc..93ead748ae068c50f43c966efae8bcc55109958c 100644 (file)
@@ -1,3 +1,14 @@
+2022-05-11  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2021-07-01  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/101194
+       * constexpr.c (cxx_eval_array_reference): When the element type
+       is an empty type and the corresponding element is omitted, just
+       return an empty CONSTRUCTOR instead of attempting value
+       initialization.
+
 2022-05-10  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index 34ff6d4c2768b0c090ff8d51bfd8d09d17bc4513..329358894648b84cccc364009bf161c6174a61ec 100644 (file)
@@ -1,3 +1,11 @@
+2022-05-11  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2021-07-01  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/101194
+       * g++.dg/cpp0x/constexpr-empty16.C: New test.
+
 2022-05-10  Jeff Law  <jeffreyalaw@gmail.com>
 
        Backported from master: