https://gcc.gnu.org/g:d398581485b4141b43b11f27c8eb359a99fe4ca9
commit r15-2441-gd398581485b4141b43b11f27c8eb359a99fe4ca9 Author: Sam James <s...@gentoo.org> Date: Tue Jul 30 21:46:29 2024 +0100 testsuite: fix 'dg-do-preprocess' typo We want 'dg-do preprocess', not 'dg-do-preprocess'. Fix that. PR target/106828 * g++.target/loongarch/pr106828.C: Fix 'dg-do compile' typo. Diff: --- gcc/testsuite/g++.target/loongarch/pr106828.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/g++.target/loongarch/pr106828.C b/gcc/testsuite/g++.target/loongarch/pr106828.C index 190c1db715f4..0d13cbbd5153 100644 --- a/gcc/testsuite/g++.target/loongarch/pr106828.C +++ b/gcc/testsuite/g++.target/loongarch/pr106828.C @@ -1,4 +1,4 @@ -/* { dg-do-preprocess } */ +/* { dg-do preprocess } */ /* { dg-options "-mabi=lp64d -fsanitize=address" } */ /* Tests whether the compiler supports compile option '-fsanitize=address'. */