]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 7f6764a5f967d65b3c40b1b1c8d0ea181d29845d..c6cdcc3a1dbbd79419a9b626ae56a301c19ca6e4 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 0643a1b91022ec10690078b3332e3d52c37bb8d0..ba4f30bf04867e029ee61dd462cf601cda631cbb 100644 (file)
@@ -1 +1 @@
-20230415
+20230416
index ec41eeca7161bbec4b6c919837cb563e86d9785f..84237190634617ca76caa6cb3c0f6d1220b9d31f 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 da40108b07f0c46f5be07d180dfa76f7a029f5e6..bb4881d09819e82d1b40ef3fd5ea9beafba079f3 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 00060c40cc44ff2a5b5edf99d976cbb94dc6b49c..443ba5f48f4c50fa275de9b4d931f6cf940d4b6c 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