aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index b57d40b..3fa7dcf 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,7 +1,12 @@
+2017-03-28 Uros Bizjak <ubizjak@gmail.com>
+
+ PR target/53383
+ * config/i386/i386.c (ix86_option_override_internal): Always
+ allow -mincoming-stack-boundary=3 for 64-bit targets.
+
2017-03-28 Bin Cheng <bin.cheng@arm.com>
- * tree-vect-loop.c (optimize_mask_stores): Add bb to the right
- loop.
+ * tree-vect-loop.c (optimize_mask_stores): Add bb to the right loop.
2017-03-28 Bin Cheng <bin.cheng@arm.com>