]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: Remove lp64 requirement from gcc.target/i386/pr123121.c [PR123121]
authorUros Bizjak <ubizjak@gmail.com>
Mon, 12 Jan 2026 08:43:29 +0000 (09:43 +0100)
committerUros Bizjak <ubizjak@gmail.com>
Mon, 12 Jan 2026 08:45:14 +0000 (09:45 +0100)
The test gcc.target/i386/pr123121.c does not rely on LP64-specific
behavior.  Drop the dg-require-effective-target lp64 directive so the
test can run on 32-bit i386 targets as well.

PR rtl-optimization/123121

gcc/testsuite/ChangeLog:

* gcc.target/i386/pr123121.c:

gcc/testsuite/gcc.target/i386/pr123121.c

index d4c3c0fe3118af55afd559d29be041fce761841d..e47d2abbf750712210b778c5263d9f96b81c0136 100644 (file)
@@ -1,8 +1,7 @@
 /* { dg-do run } */
-/* { dg-require-effective-target lp64 } */
 /* { dg-options "-O3 -fno-ipa-cp -fschedule-insns" } */
 
-int a[256], d, e, f, g, h, j, v[] = {0, -6, 0};;
+int a[256], d, e, f, g, h, j, v[] = {0, -6, 0};
 unsigned c;
 unsigned k(int l, unsigned m) { return (l & 6777215) ^ a[(l ^ m) & 55]; }
 int n(int l, int m[]) {