]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 20 May 2023 00:20:40 +0000 (00:20 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 20 May 2023 00:20:40 +0000 (00:20 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/c-family/ChangeLog
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 56a512ad6635981f9ce8f32971e52a60e78473ff..032ebaef55ea0917187481f34d0887f74c286cb4 100644 (file)
@@ -1,3 +1,7 @@
+2023-05-19  Andreas Schwab  <schwab@suse.de>
+
+       * config/riscv/linux.h (LIB_SPEC): Don't redefine.
+
 2023-05-18  Stam Markianos-Wright  <stam.markianos-wright@arm.com>
 
        * config/arm/arm_mve.h: (__ARM_mve_typeid): Add more pointer types.
index 69b7e9e68ccd4b19accc0d6b7881673ebb4629ba..3113e73604c8b3c4ff1671b7305c025ad56ba230 100644 (file)
@@ -1 +1 @@
-20230519
+20230520
index 6fc7ec7e42ef210c0b2d40862f620327755cd781..94eb8ec2d86f8b8ec1ae2a54b272c0078dbeecd0 100644 (file)
@@ -1,3 +1,11 @@
+2023-05-19  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2023-05-15  Patrick Palka  <ppalka@redhat.com>
+
+       * c-cppbuiltin.cc (c_cpp_builtins): Predefine __cpp_auto_cast
+       for C++23.
+
 2023-05-02  Marek Polacek  <polacek@redhat.com>
 
        PR c++/109642
index 7bcd7a9855e578f4ccf1ff1daa4f3a9cd8854bcf..0d137d6b3be2a6f6f5cb9ddbcb1c0337ce369652 100644 (file)
@@ -1,3 +1,13 @@
+2023-05-19  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2023-05-16  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/109871
+       * call.cc (add_list_candidates): Check for invalid designated
+       initialization sooner and even for types that have a list
+       constructor.
+
 2023-05-17  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index 6605881fd6db2b9e8ab690b9559ffb5fba471926..ab18a5fc344502e10bdf8ec604cf23b21da25d09 100644 (file)
@@ -1,3 +1,18 @@
+2023-05-19  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2023-05-16  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/109871
+       * g++.dg/cpp2a/desig27.C: New test.
+
+2023-05-19  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2023-05-15  Patrick Palka  <ppalka@redhat.com>
+
+       * g++.dg/cpp23/feat-cxx2b.C: Test __cpp_auto_cast.
+
 2023-05-18  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master: