]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Move test to gcc.c-torture/execute where it will be run in more variations
authorDaniel Berlin <dberlin@gcc.gnu.org>
Wed, 23 Mar 2005 18:56:18 +0000 (18:56 +0000)
committerDaniel Berlin <dberlin@gcc.gnu.org>
Wed, 23 Mar 2005 18:56:18 +0000 (18:56 +0000)
From-SVN: r96941

gcc/testsuite/gcc.c-torture/execute/pr20601-1.c [moved from gcc/testsuite/gcc.dg/tree-ssa/pr20601.c with 97% similarity]

similarity index 97%
rename from gcc/testsuite/gcc.dg/tree-ssa/pr20601.c
rename to gcc/testsuite/gcc.c-torture/execute/pr20601-1.c
index f7b93b70c1b0c0b84500137d2042818702b640d4..7c13c9138193fbd3ac8170fc347ecc0773d8cb90 100644 (file)
@@ -1,5 +1,4 @@
-/* { dg-do run } */
-/* { dg-options "-O2" } */
+/* PR tree-optimization/20601 */
 extern void abort (void);
 extern void exit (int);