]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gcc/testsuite/
authorienkovich <ienkovich@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Feb 2016 14:32:24 +0000 (14:32 +0000)
committerienkovich <ienkovich@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Feb 2016 14:32:24 +0000 (14:32 +0000)
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233811 138bc75d-0d04-0410-961f-82ee72b054a4

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)