aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7083bbb..e9dfa71 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+2020-04-03 Jeff Law <law@redhat.com>
+
+ PR rtl-optimization/92264
+ * config/m32r/m32r.c (m32r_output_block_move): Properly account for
+ post-increment addressing of source operands as well as residuals
+ when computing any adjustments to the input pointer.
+
2020-04-03 Jakub Jelinek <jakub@redhat.com>
PR target/94460