From: Oleg Endo Date: Sun, 20 Sep 2015 14:36:58 +0000 (+0000) Subject: pr43417.c: Move target independent test to ... X-Git-Tag: basepoints/gcc-7~4469 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4bdea2f3092425ace1a883d9c496786fdef5719;p=thirdparty%2Fgcc.git pr43417.c: Move target independent test to ... gcc/testsuite/ * gcc.target/sh/pr43417.c: Move target independent test to ... * gcc.c-torture/compile/pr43417.c: ... here. From-SVN: r227945 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9142a39f3676..305d6a8e476e 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 67b1158950b3..45bf053a0cb1 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); } -