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:
parent
566d09eff6
commit
a669ca47cb
3 changed files with 8 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
/* { dg-lto-do run } */
|
||||
/* { dg-lto-options {{-O2 -fwhopr} } } */
|
||||
|
||||
void exit (int);
|
||||
__attribute__ ((noreturn))
|
||||
int
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* { dg-lto-do run } */
|
||||
/* { dg-lto-options {{-O2 -fwhopr} } } */
|
||||
|
||||
int call_me (void);
|
||||
int
|
||||
main(void)
|
||||
|
|
Loading…
Add table
Reference in a new issue