gcc/testsuite/
* gcc.target/sh/pr43417.c: Move target independent test to ...
* gcc.c-torture/compile/pr43417.c: ... here.
From-SVN: r227945
+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,
-/* { dg-do compile } */
-/* { dg-options "-O2 -m4" } */
-
int pid_count = 0;
unsigned int getopt (int, const char**, const char*);
}
kill (pid_list[i], 9);
}
-