A few testcases new in gcc-15 fail on i686-linux-gnu with PIE enabled
by default. Add -fno-PIE so that they find the code they test for.
for gcc/testsuite/ChangeLog
* gcc.dg/sibcall-12.c: Add -fno-PIE on ia32.
* gcc.target/i386/pr106060-2.c: Likewise.
* gcc.target/i386/pr106060-3.c: Likewise.
* gcc.target/i386/vect-shiftv4qi.c: Likewise.
// Test for sibcall optimization with struct aligned on stack.
// { dg-options "-O2" }
+/* { dg-additional-options "-fno-PIE" { target ia32 } } */
// { dg-final { scan-assembler "jmp" { target i?86-*-* x86_64-*-* } } }
struct A { char a[17]; };
/* { dg-do compile } */
/* { dg-options "-O3 -march=x86-64-v3" } */
+/* { dg-additional-options "-fno-PIE" { target ia32 } } */
#include <immintrin.h>
__m256i
/* { dg-do compile } */
/* { dg-options "-O3 -march=x86-64-v3" } */
+/* { dg-additional-options "-fno-PIE" { target ia32 } } */
#include <immintrin.h>
__m256i
/* { dg-do compile } */
/* { dg-options "-O2 -msse2 -mno-avx2 -mno-avx512vl" } */
+/* { dg-additional-options "-fno-PIE" { target ia32 } } */
#define N 4