aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog23
-rw-r--r--gcc/DATESTAMP2
-rw-r--r--gcc/ada/ChangeLog9
-rw-r--r--gcc/testsuite/ChangeLog4
4 files changed, 37 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4983a47..12528f5 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,26 @@
+2024-10-05 John David Anglin <danglin@gcc.gnu.org>
+
+ * config/pa/pa.md (nonlocal_goto): Don't clobber
+ frame_pointer_rtx.
+ (builtin_longjmp): Likewise.
+
+2024-10-05 John David Anglin <danglin@gcc.gnu.org>
+
+ * config/pa/pa.md: Fix indirect_got constraint.
+
+2024-10-05 Eric Botcazou <ebotcazou@adacore.com>
+
+ PR middle-end/116933
+ * gimplify.cc (gimple_add_init_for_auto_var): Use the correct macro
+ to fetch the source location of the variable.
+ * tree.cc (common_builtin_nodes): Remove the 3rd parameter in the
+ type of BUILT_IN_CLEAR_PADDING.
+
+2024-10-05 Richard Biener <rguenther@suse.de>
+
+ * tree-vect-slp.cc (vect_lower_load_permutations): Prefer
+ level 1 even/odd extracts.
+
2024-10-04 David Malcolm <dmalcolm@redhat.com>
PR other/116978
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 21c32c4..c7126e3 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20241005
+20241006
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 02a22c6..24a2157 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,12 @@
+2024-10-05 Eric Botcazou <ebotcazou@adacore.com>
+
+ PR middle-end/116933
+ * gcc-interface/decl.cc (gnat_to_gnu_entity) <E_Out_Parameter>: Add
+ the "uninitialized" attribute on Out parameters.
+ * gcc-interface/utils.cc (gnat_internal_attributes): Add entry for
+ the "uninitialized" attribute.
+ (handle_uninitialized_attribute): New function.
+
2024-09-25 Mikael Morin <mikael@gcc.gnu.org>
PR other/116801
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index e954589..7c2efe7 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2024-10-05 Eric Botcazou <ebotcazou@adacore.com>
+
+ * gnat.dg/auto_var_init.adb: New test.
+
2024-10-04 H.J. Lu <hjl.tools@gmail.com>
PR target/116962