aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorUros Bizjak <ubizjak@gmail.com>2016-06-26 22:56:34 +0200
committerUros Bizjak <uros@gcc.gnu.org>2016-06-26 22:56:34 +0200
commit6423315e77dafcaec5e6f85b6451fa9bd9562e2d (patch)
treebc81aa819f6b38fcbad551dd21c7d37ff6e3336d /gcc/ChangeLog
parent9bb86f403f3085d0d9b344127f7603d4559370a5 (diff)
downloadgcc-6423315e77dafcaec5e6f85b6451fa9bd9562e2d.zip
gcc-6423315e77dafcaec5e6f85b6451fa9bd9562e2d.tar.gz
gcc-6423315e77dafcaec5e6f85b6451fa9bd9562e2d.tar.bz2
re PR rtl-optimization/70902 (GCC freezes while compiling for 'skylake-avx512' target)
PR target/70902 PR target/71453 PR target/71555 PR target/71596 PR target/71657 * config/i386/i386.c (TARGET_SPILL_CLASS): #if 0 out the definition. (ix86_spill_class): Disable to always return NO_REGS. From-SVN: r237792
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 e153a89..70b7719 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,13 @@
+2016-06-26 Uros Bizjak <ubizjak@gmail.com>
+
+ PR target/70902
+ PR target/71453
+ PR target/71555
+ PR target/71596
+ PR target/71657
+ * config/i386/i386.c (TARGET_SPILL_CLASS): #if 0 out the definition.
+ (ix86_spill_class): Disable to always return NO_REGS.
+
2016-06-26 Jan Hubicka <hubicka@ucw.cz>
* predict.c: Include gimple-pretty-print.h