Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 16 Apr 2023 00:16:26 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 16 Apr 2023 00:16:26 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/ada/ChangeLog
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 7f6764a..c6cdcc3 100644 (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
index 0643a1b..ba4f30b 100644 (file)
@@ -1 +1 @@
-20230415
+20230416
index ec41eec..8423719 100644 (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
index da40108..bb4881d 100644 (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
index 00060c4..443ba5f 100644 (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