summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 66e4049915b..1e9e56cae70 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2016-08-08 Jakub Jelinek <jakub@redhat.com>
+
+ PR rtl-optimization/72821
+ * lra-spills.c (regno_in_use_p): Don't use BLOCK_FOR_INSN on barriers,
+ just return false for them.
+
2016-08-08 Alan Modra <amodra@gmail.com>
PR target/72771