diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9142a39f367..305d6a8e476 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2015-09-20 Oleg Endo + + * gcc.target/sh/pr43417.c: Move target independent test to ... + * gcc.c-torture/compile/pr43417.c: ... here. + 2015-09-20 Oleg Endo * gcc.target/sh/sh.exp (check_effective_target_sh4a, diff --git a/gcc/testsuite/gcc.target/sh/pr43417.c b/gcc/testsuite/gcc.c-torture/compile/pr43417.c similarity index 93% rename from gcc/testsuite/gcc.target/sh/pr43417.c rename to gcc/testsuite/gcc.c-torture/compile/pr43417.c index 67b1158950b..45bf053a0cb 100644 --- a/gcc/testsuite/gcc.target/sh/pr43417.c +++ b/gcc/testsuite/gcc.c-torture/compile/pr43417.c @@ -1,6 +1,3 @@ -/* { dg-do compile } */ -/* { dg-options "-O2 -m4" } */ - int pid_count = 0; unsigned int getopt (int, const char**, const char*); @@ -40,4 +37,3 @@ main (int argc, const char *argv[]) } kill (pid_list[i], 9); } -