Daily bump.

This commit is contained in:
GCC Administrator 2023-04-16 00:16:26 +00:00
parent 2e2b6ec156
commit 55085c7e3c
5 changed files with 54 additions and 1 deletions

View File

@ -1,3 +1,25 @@
2023-04-15 John David Anglin <danglin@gcc.gnu.org>
PR target/104989
* config/pa/pa-protos.h (pa_function_arg_size): Update prototype.
* config/pa/pa.cc (pa_function_arg): Return NULL_RTX if argument
size is zero.
(pa_arg_partial_bytes): Don't call pa_function_arg_size twice.
(pa_function_arg_size): Change return type to int. Return zero
for arguments larger than 1 GB. Update comments.
2023-04-15 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/109154
* tree-if-conv.cc (predicate_scalar_phi): For complex PHIs, emit just
args_len - 1 COND_EXPRs rather than args_len. Formatting fix.
2023-04-15 Jason Merrill <jason@redhat.com>
PR c++/109514
* gimple-ssa-warn-access.cc (pass_waccess::check_dangling_stores):
Overhaul lhs_ref.ref analysis.
2023-04-14 Richard Biener <rguenther@suse.de>
PR tree-optimization/109502

View File

@ -1 +1 @@
20230415
20230416

View File

@ -1,3 +1,11 @@
2023-04-15 Eric Botcazou <ebotcazou@adacore.com>
PR bootstrap/109510
* gcc-interface/decl.cc (gnat_to_gnu_entity) <types>: Do not reset
align to zero in any case. Set TYPE_USER_ALIGN on the type only if
it is an aggregate type, or else a type whose default alignment is
specifically capped on selected platforms.
2023-04-14 Eric Botcazou <ebotcazou@adacore.com>
PR bootstrap/109510

View File

@ -1,3 +1,9 @@
2023-04-15 Jason Merrill <jason@redhat.com>
PR c++/109357
* constexpr.cc (cxx_eval_constant_expression) [TARGET_EXPR]:
Check for complex initializer.
2023-04-13 Patrick Palka <ppalka@redhat.com>
PR c++/109420

View File

@ -1,3 +1,20 @@
2023-04-15 Jason Merrill <jason@redhat.com>
PR c++/109357
* g++.dg/cpp2a/constexpr-dtor15.C: New test.
2023-04-15 Alexandre Oliva <oliva@adacore.com>
Kewen Lin <linkw@linux.ibm.com>
PR target/99708
* gcc.target/powerpc/pr99708.c: Accept lack of
__SIZEOF_IBM128__ when long double is 64-bit wide.
2023-04-15 Jason Merrill <jason@redhat.com>
PR c++/109514
* g++.dg/warn/Wdangling-pointer-6.C: New test.
2023-04-14 Harald Anlauf <anlauf@gmx.de>
PR fortran/109511