aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorUros Bizjak <uros@gcc.gnu.org>2016-01-11 16:48:40 +0100
committerUros Bizjak <uros@gcc.gnu.org>2016-01-11 16:48:40 +0100
commit3a28db463b4d0ce7ee87a85ab2dbcb68eda9ef22 (patch)
tree4f082545fd981f2ad5cda9e4d3a2d1b8db212f39 /gcc/ChangeLog
parent2b8568fe565d23e8cb9f02334d81c21428eb7cd3 (diff)
downloadgcc-3a28db463b4d0ce7ee87a85ab2dbcb68eda9ef22.zip
gcc-3a28db463b4d0ce7ee87a85ab2dbcb68eda9ef22.tar.gz
gcc-3a28db463b4d0ce7ee87a85ab2dbcb68eda9ef22.tar.bz2
re PR middle-end/68999 (FAIL: gfortran.fortran-torture/execute/save_1.f90 execution)
PR middle-end/68999 * alias.c (base_alias_check): Move check for addresses with alignment ANDs before the call for compare_base_decls. (memrefs_conflict_p): Return -1 for different decls that went through alignment adjustments. From-SVN: r232229
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog13
1 files changed, 10 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7487510..62aaea2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,11 @@
+2016-01-11 Uros Bizjak <ubizjak@gmail.com>
+
+ PR middle-end/68999
+ * alias.c (base_alias_check): Move check for addresses with
+ alignment ANDs before the call for compare_base_decls.
+ (memrefs_conflict_p): Return -1 for different decls
+ that went through alignment adjustments.
+
2016-01-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
PR rtl-optimization/68796
@@ -8,12 +16,11 @@
2016-01-11 H.J. Lu <hongjiu.lu@intel.com>
- * config/i386/sse.md (<avx512>_load<mode>_mask): Remove
- snprintf.
+ * config/i386/sse.md (<avx512>_load<mode>_mask): Remove snprintf.
(<avx512>_store<mode>_mask): Likewise.
2016-01-11 Bernd Schmidt <bschmidt@redhat.com>
- Kyrylo Tkachov <kyrylo.tkachov@arm.com>
+ Kyrylo Tkachov <kyrylo.tkachov@arm.com>
PR rtl-optimization/68841
* ifcvt.c (struct noce_if_info): Add orig_x field.