[gcc r12-10086] Daily bump.
GCC Administrator
gccadmin@gcc.gnu.org
Tue Jan 9 00:20:51 GMT 2024
https://gcc.gnu.org/g:67360c94d7c32f63719a6d70e9510b6589e989e9
commit r12-10086-g67360c94d7c32f63719a6d70e9510b6589e989e9
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date: Tue Jan 9 00:20:28 2024 +0000
Daily bump.
Diff:
---
gcc/ChangeLog | 19 +++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 12 ++++++++++++
3 files changed, 32 insertions(+), 1 deletion(-)
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 54316b78f1a..0aa94f4b9b0 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,22 @@
+2024-01-08 Georg-Johann Lay <avr@gjlay.de>
+
+ Backported from master:
+ 2024-01-08 Georg-Johann Lay <avr@gjlay.de>
+
+ PR target/112952
+ * config/avr/avr.cc (avr_handle_addr_attribute): Also print valid
+ range when diagnosing attribute "io" and "io_low" are out of range.
+ (avr_eval_addr_attrib): Don't ICE on empty address at that place.
+ (avr_insert_attributes): Reject if attribute "address", "io" or "io_low"
+ in contexts other than static storage.
+ (avr_asm_output_aligned_decl_common): Move output of decls with
+ attribute "address", "io", and "io_low" to...
+ (avr_output_addr_attrib): ...this new function.
+ (avr_asm_asm_output_aligned_bss): Remove output for decls with
+ attribute "address", "io", and "io_low".
+ (avr_encode_section_info): Rectify handling of decls with attribute
+ "address", "io", and "io_low".
+
2023-12-19 Jakub Jelinek <jakub@redhat.com>
Backported from master:
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index bfc9285b69b..e55f042e203 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20240108
+20240109
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 51f12cc7709..fedb679d9a0 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,15 @@
+2024-01-08 Georg-Johann Lay <avr@gjlay.de>
+
+ Backported from master:
+ 2024-01-08 Georg-Johann Lay <avr@gjlay.de>
+
+ PR target/112952
+ * gcc.target/avr/attribute-io.h: New file.
+ * gcc.target/avr/pr112952-0.c: New test.
+ * gcc.target/avr/pr112952-1.c: New test.
+ * gcc.target/avr/pr112952-2.c: New test.
+ * gcc.target/avr/pr112952-3.c: New test.
+
2023-12-24 Patrick Palka <ppalka@redhat.com>
Backported from master:
More information about the Gcc-cvs
mailing list