Commit e4bdea2f by Oleg Endo

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
parent 82bb2eae
2015-09-20 Oleg Endo <olegendo@gcc.gnu.org> 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, * gcc.target/sh/sh.exp (check_effective_target_sh4a,
check_effective_target_big_endian, check_effective_target_little_endian, check_effective_target_big_endian, check_effective_target_little_endian,
check_effective_target_any_fpu, check_effective_target_double_fpu, check_effective_target_any_fpu, check_effective_target_double_fpu,
......
/* { dg-do compile } */
/* { dg-options "-O2 -m4" } */
int pid_count = 0; int pid_count = 0;
unsigned int getopt (int, const char**, const char*); unsigned int getopt (int, const char**, const char*);
...@@ -40,4 +37,3 @@ main (int argc, const char *argv[]) ...@@ -40,4 +37,3 @@ main (int argc, const char *argv[])
} }
kill (pid_list[i], 9); kill (pid_list[i], 9);
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment