* testsuite/gcc.dg/lto/noreturn-1_0.c: Move it here.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160123
138bc75d-0d04-0410-961f-
82ee72b054a4
+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.
+/* { dg-lto-do run } */
+/* { dg-lto-options {{-O2 -fwhopr} } } */
+
void exit (int);
__attribute__ ((noreturn))
int
-/* { dg-lto-do run } */
-/* { dg-lto-options {{-O2 -fwhopr} } } */
-
int call_me (void);
int
main(void)