]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* testsuite/gcc.dg/lto/noreturn-1_1.c: Remove dg-do annotations.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 1 Jun 2010 21:40:43 +0000 (21:40 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 1 Jun 2010 21:40:43 +0000 (21:40 +0000)
* 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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/lto/noreturn-1_0.c
gcc/testsuite/gcc.dg/lto/noreturn-1_1.c

index 464f02a4641a22b995486f56cf43b54f26656b69..efbec90be9308e0f45455495b55d1b9d3fb3797c 100644 (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.
index daac35dce35c3b49093e756213bd5dd9c3cf61bc..f10081abf1bc20bdd1ae7fbadf5ec388eb509189 100644 (file)
@@ -1,3 +1,6 @@
+/* { dg-lto-do run } */
+/* { dg-lto-options {{-O2 -fwhopr} } } */
+
 void exit (int);
 __attribute__ ((noreturn))
 int
index 6dbded718d86dd47a137ab4f0f86efdde5ba3a69..cc2bcf8dc23d2211c1965b43f34bcd260ea20443 100644 (file)
@@ -1,6 +1,3 @@
-/* { dg-lto-do run } */
-/* { dg-lto-options {{-O2 -fwhopr} } } */
-
 int call_me (void);
 int
 main(void)