[PATCH, committed] Fix DejaGNU directives in arm-vfp-unwind.C

Mark Shinwell shinwell@codesourcery.com
Mon Aug 21 20:46:00 GMT 2006


Sorry guys, I messed up and didn't get the order of two DejaGNU directives
correct, meaning that this test was run on non-ARM targets.  Committed
the following fix as obvious to 4.1 and mainline.

Mark

--

testsuite/

2006-08-21  Mark Shinwell  <shinwell@codesourcery.com>

         * g++.dg/eh/arm-vfp-unwind.C: Correct order of DejaGNU directives.

--

Index: g++.dg/eh/arm-vfp-unwind.C
===================================================================
--- g++.dg/eh/arm-vfp-unwind.C  (revision 116306)
+++ g++.dg/eh/arm-vfp-unwind.C  (working copy)
@@ -1,5 +1,5 @@
-/* { dg-require-effective-target arm32 } */
  /* { dg-do run } */
+/* { dg-require-effective-target arm32 } */

  /* Test to catch off-by-one errors in arm/pr-support.c.  */



More information about the Gcc-patches mailing list