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
This commit is contained in:
Oleg Endo 2015-09-20 14:36:58 +00:00
parent 82bb2eaead
commit e4bdea2f30
2 changed files with 5 additions and 4 deletions

View 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,

View 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);
}