testsuite: fix 'dg-do-compile' typos
We want 'dg-do compile', not 'dg-do-compile'. Fix that. PR target/69194 PR c++/92024 PR c++/110057 * c-c++-common/Wshadow-1.c: Fix 'dg-do compile' typo. * g++.dg/tree-ssa/devirt-array-destructor-1.C: Likewise. * g++.dg/tree-ssa/devirt-array-destructor-2.C: Likewise. * gcc.target/arm/pr69194.c: Likewise.
This commit is contained in:
parent
1c85b16f19
commit
21fc6d35f2
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
/* { dg-do-compile } */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-additional-options "-Wshadow=local -Wno-shadow=compatible-local" } */
|
||||
int c;
|
||||
void foo(int *c, int *d) /* { dg-bogus "Wshadow" } */
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// PR c++/110057
|
||||
/* { dg-do-compile } */
|
||||
/* { dg-do compile } */
|
||||
/* Virtual calls should be devirtualized because we know dynamic type of object in array at compile time */
|
||||
/* { dg-options "-O3 -fdump-tree-optimized -fno-inline" } */
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// PR c++/110057
|
||||
/* { dg-do-compile } */
|
||||
/* { dg-do compile } */
|
||||
/* Virtual calls should be devirtualized because we know dynamic type of object in array at compile time */
|
||||
/* { dg-options "-O3 -fdump-tree-optimized -fno-inline" } */
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* PR target/69194 */
|
||||
/* { dg-do-compile } */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-require-effective-target arm_neon_ok } */
|
||||
/* { dg-options "-O2" } */
|
||||
/* { dg-add-options arm_neon } */
|
||||
|
|
Loading…
Add table
Reference in a new issue