Fix gcc.target/i386/minmax-4.c etc. on 32-bit Solaris/x86

* gcc.target/i386/minmax-4.c: Add -mno-stackrealign to dg-options.
	* gcc.target/i386/minmax-5.c: Likewise.
	* gcc.target/i386/minmax-6.c: Likewise.
	* gcc.target/i386/minmax-7.c: Likewise.
	* gcc.target/i386/pr91154.c: Likewise.

From-SVN: r274836
This commit is contained in:
Rainer Orth 2019-08-22 21:55:19 +00:00 committed by Rainer Orth
parent e99bfdd2a8
commit 1b1e13dbde
6 changed files with 13 additions and 5 deletions

View File

@ -1,3 +1,11 @@
2019-08-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gcc.target/i386/minmax-4.c: Add -mno-stackrealign to dg-options.
* gcc.target/i386/minmax-5.c: Likewise.
* gcc.target/i386/minmax-6.c: Likewise.
* gcc.target/i386/minmax-7.c: Likewise.
* gcc.target/i386/pr91154.c: Likewise.
2019-08-22 Eric Botcazou <ebotcazou@adacore.com>
* c-c++-common/dump-ada-spec-15.c: Check that the parameters are named.

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O2 -mstv -msse4.1" } */
/* { dg-options "-O2 -mstv -mno-stackrealign -msse4.1" } */
#include "minmax-3.c"

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O2 -mstv -mavx512vl" } */
/* { dg-options "-O2 -mstv -mno-stackrealign -mavx512vl" } */
#include "minmax-3.c"

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O2 -march=haswell" } */
/* { dg-options "-O2 -march=haswell -mno-stackrealign" } */
unsigned short
UMVLine16Y_11 (short unsigned int * Pic, int y, int width)

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O2 -march=haswell" } */
/* { dg-options "-O2 -march=haswell -mno-stackrealign" } */
extern int numBins;
extern int binOffst;

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O2 -msse4.1 -mstv" } */
/* { dg-options "-O2 -msse4.1 -mstv -mno-stackrealign" } */
void foo (int *dc, int *mc, int *tpdd, int *tpmd, int M)
{