aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2025-03-26 14:34:50 -0400
committerSam James <sam@gentoo.org>2025-03-28 07:43:37 +0000
commitd6220c413bf6530bf88270ca5202801db01479e3 (patch)
treec202abd755bfafc63727f83be79985cf625bae87 /gcc
parent39d4c1ff491662b1e167740647b2e0077e2c3739 (diff)
downloadgcc-d6220c413bf6530bf88270ca5202801db01479e3.zip
gcc-d6220c413bf6530bf88270ca5202801db01479e3.tar.gz
gcc-d6220c413bf6530bf88270ca5202801db01479e3.tar.bz2
testsuite, i386: fix broken dg directives
Found by dg-lint. gcc/testsuite/ChangeLog: * gcc.target/i386/strub-pr118006.c: Fix ordering of dg-do and dg-require- directive so that dg-do is first.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/gcc.target/i386/strub-pr118006.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.target/i386/strub-pr118006.c b/gcc/testsuite/gcc.target/i386/strub-pr118006.c
index f116790..88f66c1 100644
--- a/gcc/testsuite/gcc.target/i386/strub-pr118006.c
+++ b/gcc/testsuite/gcc.target/i386/strub-pr118006.c
@@ -1,5 +1,5 @@
-/* { dg-require-effective-target strub } */
/* { dg-do compile } */
+/* { dg-require-effective-target strub } */
/* { dg-options "-fstrub=all -O2 -mno-accumulate-outgoing-args" } */
__attribute__((noipa))