Skip to content
Snippets Groups Projects
Commit 20e08dcd authored by Tejas Belagod's avatar Tejas Belagod Committed by Tejas Belagod
Browse files

Fix dg options to vect-nop-move.c.

2013-12-06  Tejas Belagod  <tejas.belagod@arm.com>

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

From-SVN: r205755
parent 86bb84f1
No related branches found
No related tags found
No related merge requests found
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
......
/* { 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" } } */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment