]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
pr43417.c: Move target independent test to ...
authorOleg Endo <olegendo@gcc.gnu.org>
Sun, 20 Sep 2015 14:36:58 +0000 (14:36 +0000)
committerOleg Endo <olegendo@gcc.gnu.org>
Sun, 20 Sep 2015 14:36:58 +0000 (14:36 +0000)
gcc/testsuite/
* gcc.target/sh/pr43417.c: Move target independent test to ...
* gcc.c-torture/compile/pr43417.c: ... here.

From-SVN: r227945

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr43417.c [moved from gcc/testsuite/gcc.target/sh/pr43417.c with 93% similarity]

index 9142a39f3676c99a9f2f572378cad8e77bb87fbb..305d6a8e476e6942efc782210455b29d3bed65ca 100644 (file)
@@ -1,3 +1,8 @@
+2015-09-20  Oleg Endo  <olegendo@gcc.gnu.org>
+
+       * gcc.target/sh/pr43417.c: Move target independent test to ...
+       * gcc.c-torture/compile/pr43417.c: ... here.
+
 2015-09-20  Oleg Endo  <olegendo@gcc.gnu.org>
 
        * gcc.target/sh/sh.exp (check_effective_target_sh4a,
similarity index 93%
rename from gcc/testsuite/gcc.target/sh/pr43417.c
rename to gcc/testsuite/gcc.c-torture/compile/pr43417.c
index 67b1158950b3707fa5f276cfec11caa84d82d420..45bf053a0cb135a3b5c08adf82ebf538f34baac5 100644 (file)
@@ -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);
 }
-