arm: testsuite: improve compatibility of pr88648-asm-syntax-unified.c
Fix another test that was trying to set the architecture directly rather than using the infrastructure as intended. gcc/testsuite: * gcc.target/arm/pr88648-asm-syntax-unified.c: It isn't necessary to try to override the architecture flags specified by arm_arch_v7a.
This commit is contained in:
parent
a92d0a4126
commit
c034b8f532
1 changed files with 1 additions and 1 deletions
|
@ -1,8 +1,8 @@
|
|||
/* Test for unified syntax assembly generation. */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-require-effective-target arm_arch_v7a_ok } */
|
||||
/* { dg-options "-marm -masm-syntax-unified" } */
|
||||
/* { dg-add-options arm_arch_v7a } */
|
||||
/* { dg-options "-marm -march=armv7-a -masm-syntax-unified" } */
|
||||
|
||||
void test ()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue