From: Daniel Berlin Date: Wed, 23 Mar 2005 18:56:18 +0000 (+0000) Subject: Move test to gcc.c-torture/execute where it will be run in more variations X-Git-Tag: misc/cutover-cvs2svn~4734 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=251c9c81684781973356a9baaeac09bfcf0df582;p=thirdparty%2Fgcc.git Move test to gcc.c-torture/execute where it will be run in more variations From-SVN: r96941 --- diff --git a/gcc/testsuite/gcc.dg/tree-ssa/pr20601.c b/gcc/testsuite/gcc.c-torture/execute/pr20601-1.c 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 f7b93b70c1b0..7c13c9138193 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/pr20601.c +++ b/gcc/testsuite/gcc.c-torture/execute/pr20601-1.c @@ -1,5 +1,4 @@ -/* { dg-do run } */ -/* { dg-options "-O2" } */ +/* PR tree-optimization/20601 */ extern void abort (void); extern void exit (int);