aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c34c740daae..f1fe413d9a7 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,13 @@
+2023-06-09 Iain Sandoe <iain@sandoe.co.uk>
+
+ Backported from master:
+ 2023-06-02 Iain Sandoe <iain@sandoe.co.uk>
+
+ PR target/110044
+ * config/rs6000/rs6000.c (darwin_rs6000_special_round_type_align):
+ Make sure that we do not have a cap on field alignment before altering
+ the struct layout based on the type alignment of the first entry.
+
2023-06-01 Jonathan Wakely <jwakely@redhat.com>
Backported from master: