]> gcc.gnu.org Git - gcc.git/commitdiff
asm-a.c: Move dg-require-effective-target to after dg-do.
authorHans-Peter Nilsson <hp@axis.com>
Wed, 19 Jan 2005 21:12:14 +0000 (21:12 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Wed, 19 Jan 2005 21:12:14 +0000 (21:12 +0000)
* gcc.dg/asm-a.c: Move dg-require-effective-target to
after dg-do.

From-SVN: r93919

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/asm-a.c

index 2dc122fa17f77da65307e6989e9a0286bef4eb12..3e0b5baba36741d34629a1f02b71ec965260330d 100644 (file)
@@ -1,5 +1,8 @@
 2005-01-19  Hans-Peter Nilsson  <hp@axis.com>
 
+       * gcc.dg/asm-a.c: Move dg-require-effective-target to
+       after dg-do.
+
        PR rtl-optimization/19462
        * gcc.dg/torture/pr19462-1.c: Remove token xfail marker.
 
index b17b1b7354ab27e3b2c8d695d79a41b4fbc5ffde..a676c9ebc0807b1c256ae485d93ce51dfdd4c333 100644 (file)
@@ -1,6 +1,6 @@
-/* { dg-require-effective-target ilp32 } */
 /* { dg-options "-O2" } */
 /* { dg-do compile } */
+/* { dg-require-effective-target ilp32 } */
 
 /* The problem was we were not striping the long cast here.
    Note this really should be invalid code but not for the
This page took 0.098075 seconds and 5 git commands to generate.