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
This commit is contained in:
parent
86bb84f178
commit
20e08dcdd7
@ -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
|
||||
|
@ -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" } } */
|
||||
|
Loading…
Reference in New Issue
Block a user