]> gcc.gnu.org Git - gcc.git/commitdiff
re PR tree-optimization/69652 ([ICE] verify_ssa fail w/ -O2 -ffast-math -ftree-vectorize)
authorYuri Rumyantsev <ysrumyan@gmail.com>
Mon, 29 Feb 2016 14:32:24 +0000 (14:32 +0000)
committerIlya Enkovich <ienkovich@gcc.gnu.org>
Mon, 29 Feb 2016 14:32:24 +0000 (14:32 +0000)
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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/pr69652.c [moved from gcc/testsuite/gcc.dg/torture/pr69652.c with 85% similarity]

index 654ba38c714c63135db0fad223b3ef054ac9a80f..a97af6481db3df78ceed7f3442c385c0533259f0 100644 (file)
@@ -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
similarity index 85%
rename from gcc/testsuite/gcc.dg/torture/pr69652.c
rename to gcc/testsuite/gcc.dg/vect/pr69652.c
index ab7b69842c6b128098fabfa05a19931be100d580..29fe28c5c7a4feb2268b844f70f63e269eeea550 100644 (file)
@@ -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)
This page took 0.083043 seconds and 5 git commands to generate.