noreturn-1_1.c: Remove dg-do annotations.

* testsuite/gcc.dg/lto/noreturn-1_1.c: Remove dg-do annotations.
	* testsuite/gcc.dg/lto/noreturn-1_0.c: Move it here.

From-SVN: r160123
This commit is contained in:
Jan Hubicka 2010-06-01 23:40:43 +02:00 committed by Jan Hubicka
parent 566d09eff6
commit a669ca47cb
3 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2010-05-31 Jan Hubicka <jh@suse.cz>
* testsuite/gcc.dg/lto/noreturn-1_1.c: Remove dg-do annotations.
* testsuite/gcc.dg/lto/noreturn-1_0.c: Move it here.
2010-05-31 Jan Hubicka <jh@suse.cz>
* testsuite/gcc.dg/lto/noreturn-1_1.c: New testcase.

View file

@ -1,3 +1,6 @@
/* { dg-lto-do run } */
/* { dg-lto-options {{-O2 -fwhopr} } } */
void exit (int);
__attribute__ ((noreturn))
int

View file

@ -1,6 +1,3 @@
/* { dg-lto-do run } */
/* { dg-lto-options {{-O2 -fwhopr} } } */
int call_me (void);
int
main(void)