re PR tree-optimization/69652 ([ICE] verify_ssa fail w/ -O2 -ffast-math -ftree-vectorize)
gcc/testsuite/ 2016-02-29 Yuri Rumyantsev <ysrumyan@gmail.com> PR tree-optimization/69652 * gcc.dg/torture/pr69652.c: Delete test. * gcc.dg/vect/pr69652.c: New test. From-SVN: r233811
This commit is contained in:
parent
7574c916ae
commit
fd9fbdb339
@ -1,3 +1,9 @@
|
||||
2016-02-29 Yuri Rumyantsev <ysrumyan@gmail.com>
|
||||
|
||||
PR tree-optimization/69652
|
||||
* gcc.dg/torture/pr69652.c: Delete test.
|
||||
* gcc.dg/vect/pr69652.c: New test.
|
||||
|
||||
2016-02-19 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR tree-optimization/69980
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-O2 -ffast-math -ftree-vectorize " } */
|
||||
/* { dg-additional-options "-ffast-math" } */
|
||||
/* { dg-additional-options "-mavx" { target { i?86-*-* x86_64-*-* } } } */
|
||||
|
||||
void fn1(double **matrix, int column, int row, int n)
|
Loading…
Reference in New Issue
Block a user