think1.C: Fix dg-do and dg-skip order.
authorChristophe Lyon <christophe.lyon@linaro.org>
Tue, 17 May 2016 12:22:33 +0000 (12:22 +0000)
committerChristophe Lyon <clyon@gcc.gnu.org>
Tue, 17 May 2016 12:22:33 +0000 (14:22 +0200)
* g++.dg/inherit/think1.C: Fix dg-do and dg-skip order.

From-SVN: r236319

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/inherit/thunk1.C

index 9f75baa32a5547c7f486099105fbcb2e2de8e32a..51126cb2df2870378f749ff60f084dbcd4d66c21 100644 (file)
@@ -1,3 +1,7 @@
+2016-05-17  Christophe Lyon  <christophe.lyon@linaro.org>
+
+       * g++.dg/inherit/think1.C: Fix dg-do and dg-skip order.
+
 2016-05-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
 
        PR target/70809
index e59586a14bdb993dd4adc12f7f82a61867233057..3d3c1fbc067b2aa97f5111d47fafdb8212b794a3 100644 (file)
@@ -1,5 +1,5 @@
-// { dg-skip-if "" { arm_thumb1_ok } }
 // { dg-do run { target arm*-*-* aarch64*-*-* i?86-*-* x86_64-*-* s390*-*-* alpha*-*-* ia64-*-* sparc*-*-* } }
+// { dg-skip-if "" { arm_thumb1_ok } }
 
 #include <stdarg.h>