[gcc r13-8117] Daily bump.

GCC Administrator gccadmin@gcc.gnu.org
Tue Dec 5 00:20:27 GMT 2023


https://gcc.gnu.org/g:cefca88f13e7377ab3a93b6609348205eef779c4

commit r13-8117-gcefca88f13e7377ab3a93b6609348205eef779c4
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Tue Dec 5 00:20:03 2023 +0000

    Daily bump.

Diff:
---
 gcc/DATESTAMP     |  2 +-
 gcc/ada/ChangeLog | 12 ++++++++++++
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index f5da51b40dc..6f4231ffb41 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20231204
+20231205
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 1b966bb0abb..ad95d86202f 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,15 @@
+2023-12-04  Steve Baird  <baird@adacore.com>
+
+	* exp_attr.adb (Expand_N_Attribute_Reference): In the case of a
+	Reduce attribute reference, fix bugs in initializing Accum_Typ.
+	The previous version was incorrect in the case where E1 refers to
+	the first of multiple possible overload resolution candidates and
+	that candidate does not turn out to be the right one. The previous
+	version also had code to compute Accum_Typ via a different method
+	if the initial computation turned out to yield a universal numeric
+	type. Delete that initial computation and use the second method in
+	all cases.
+
 2023-11-16  Eric Botcazou  <ebotcazou@adacore.com>
 
 	* gcc-interface/decl.cc (gnat_to_gnu_subprog_type): Also create a


More information about the Gcc-cvs mailing list