Fix dg options to vect-nop-move.c.
authorTejas Belagod <tejas.belagod@arm.com>
Fri, 6 Dec 2013 17:48:12 +0000 (17:48 +0000)
committerTejas Belagod <belagod@gcc.gnu.org>
Fri, 6 Dec 2013 17:48:12 +0000 (17:48 +0000)
2013-12-06  Tejas Belagod  <tejas.belagod@arm.com>

testsuite/
          * gcc.dg/vect/vect-nop-move.c: Fix dg options.

From-SVN: r205755

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/vect-nop-move.c

index 7d37ee1eb2addf45644b390968378a9f378bef0f..ded604473b7caef7af425ab04b4d370ce878c207 100644 (file)
@@ -1,3 +1,7 @@
+2013-12-06  Tejas Belagod  <tejas.belagod@arm.com>
+
+       * gcc.dg/vect/vect-nop-move.c: Fix dg options.
+
 2013-12-06  Uros Bizjak  <ubizjak@gmail.com>
 
        PR target/59405
index 19419335097d333fc591bc8791ef9b169c1d7ae8..92614c6ad72c19e76def973c368b4038e4443c69 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do run } */ 
 /* { dg-require-effective-target vect_float } */
-/* { dg-options "-O3 -fdump-rtl-combine-details" } */
+/* { dg-additional-options "-fdump-rtl-combine-details" } */
 
 extern void abort (void);
 
@@ -62,3 +62,4 @@ main()
 
 /* { dg-final { scan-rtl-dump "deleting noop move" "combine" { target aarch64*-*-* } } } */
 /* { dg-final { cleanup-rtl-dump "combine" } } */
+/* { dg-final { cleanup-tree-dump "vect" } } */