mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-27 13:54:19 +08:00
testsuite: powerpc: fix dg-do run typo
'dg-run' is not a valid dejagnu directive, 'dg-do run' is needed here for the test to be executed. PR target/108699 gcc/testsuite/ChangeLog: * gcc.target/powerpc/pr108699.c: Fix 'dg-run' typo. Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
4ab19e4611
commit
913bab282d
@ -1,4 +1,4 @@
|
||||
/* { dg-run } */
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2 -ftree-vectorize -fno-vect-cost-model" } */
|
||||
|
||||
#define N 16
|
||||
|
Loading…
Reference in New Issue
Block a user