public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-7196] Daily bump.
@ 2023-04-16  0:17 GCC Administrator
  0 siblings, 0 replies; only message in thread
From: GCC Administrator @ 2023-04-16  0:17 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:55085c7e3c966c34ffdf6416d28da7cea7d30bdf

commit r13-7196-g55085c7e3c966c34ffdf6416d28da7cea7d30bdf
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Sun Apr 16 00:16:26 2023 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 22 ++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/ada/ChangeLog       |  8 ++++++++
 gcc/cp/ChangeLog        |  6 ++++++
 gcc/testsuite/ChangeLog | 17 +++++++++++++++++
 5 files changed, 54 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7f6764a5f96..c6cdcc3a1db 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 0643a1b9102..ba4f30bf048 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20230415
+20230416
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index ec41eeca716..84237190634 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -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
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index da40108b07f..bb4881d0981 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -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
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 00060c40cc4..443ba5f48f4 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-04-16  0:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-16  0:17 [gcc r13-7196] Daily bump GCC Administrator

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).