[AARCH64] Fix syntax error in target selector "-O2" for volatileloadpair-1.c &
volatileloadpair-2.c. testsuite/ * gcc.target/aarch64/volatileloadpair-1.c: Correct dg-options. * gcc.target/aarch64/volatileloadpair-2.c: Likewise. From-SVN: r219660
This commit is contained in:
parent
d304c81534
commit
f5422cbf78
@ -1,3 +1,8 @@
|
||||
2015-01-15 Renlin Li <renlin.li@arm.com>
|
||||
|
||||
* gcc.target/aarch64/volatileloadpair-1.c: Correct dg-options.
|
||||
* gcc.target/aarch64/volatileloadpair-2.c: Likewise.
|
||||
|
||||
2015-01-15 Yuri Rumyantsev <ysrumyan@gmail.com>
|
||||
|
||||
* gcc.dg/vect/vect-aggressive-1.c: New.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-do options "-O2" } */
|
||||
/* { dg-options "-O2" } */
|
||||
/* volatile references should not produce load pair. */
|
||||
/* { dg-final { scan-assembler-not "ldp\t" } } */
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-do options "-O2" } */
|
||||
/* { dg-options "-O2" } */
|
||||
/* volatile references should not produce load pair. */
|
||||
/* { dg-final { scan-assembler-not "ldp\t" } } */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user