Daily bump.

This commit is contained in:
GCC Administrator 2023-05-20 00:20:40 +00:00
parent d4585d5972
commit 9ed767c8ec
5 changed files with 38 additions and 1 deletions

View 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.

View File

@ -1 +1 @@
20230519
20230520

View 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

View 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:

View 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: