pr41305.C: Refine test option.
gcc/testsuite * g++.dg/graphite/pr41305.C: Refine test option. * gcc.dg/graphite/pr42205-1.c: Ditto. * gcc.dg/graphite/pr42205-2.c: Ditto. * gcc.dg/graphite/pr42211.c: Ditto. * gcc.dg/graphite/pr46185.c: Ditto. * gcc.dg/graphite/pr46966.c: Ditto. * gcc.dg/graphite/pr59817-1.c: Ditto. * gcc.dg/graphite/pr59817-2.c: Ditto. * gcc.dg/graphite/pr60740.c: Ditto. * gcc.dg/graphite/pr60785.c: Ditto. * gcc.dg/graphite/pr68715-2.c: Ditto. * gcc.dg/graphite/pr68715.c: Ditto. * gcc.dg/graphite/pr70045.c: Ditto. * gfortran.dg/graphite/pr14741.f90: Ditto. * gfortran.dg/graphite/pr40982.f90: Ditto. * gfortran.dg/graphite/pr42285.f90: Ditto. * gfortran.dg/graphite/pr42334-1.f: Ditto. * gfortran.dg/graphite/pr42334.f90: Ditto. * gfortran.dg/graphite/pr43349.f: Ditto. * gfortran.dg/graphite/pr59817.f: Ditto. From-SVN: r255444
This commit is contained in:
parent
cff4e4140f
commit
8a8493abec
21 changed files with 43 additions and 20 deletions
|
@ -1,3 +1,26 @@
|
|||
2017-12-06 Bin Cheng <bin.cheng@arm.com>
|
||||
|
||||
* g++.dg/graphite/pr41305.C: Refine test option.
|
||||
* gcc.dg/graphite/pr42205-1.c: Ditto.
|
||||
* gcc.dg/graphite/pr42205-2.c: Ditto.
|
||||
* gcc.dg/graphite/pr42211.c: Ditto.
|
||||
* gcc.dg/graphite/pr46185.c: Ditto.
|
||||
* gcc.dg/graphite/pr46966.c: Ditto.
|
||||
* gcc.dg/graphite/pr59817-1.c: Ditto.
|
||||
* gcc.dg/graphite/pr59817-2.c: Ditto.
|
||||
* gcc.dg/graphite/pr60740.c: Ditto.
|
||||
* gcc.dg/graphite/pr60785.c: Ditto.
|
||||
* gcc.dg/graphite/pr68715-2.c: Ditto.
|
||||
* gcc.dg/graphite/pr68715.c: Ditto.
|
||||
* gcc.dg/graphite/pr70045.c: Ditto.
|
||||
* gfortran.dg/graphite/pr14741.f90: Ditto.
|
||||
* gfortran.dg/graphite/pr40982.f90: Ditto.
|
||||
* gfortran.dg/graphite/pr42285.f90: Ditto.
|
||||
* gfortran.dg/graphite/pr42334-1.f: Ditto.
|
||||
* gfortran.dg/graphite/pr42334.f90: Ditto.
|
||||
* gfortran.dg/graphite/pr43349.f: Ditto.
|
||||
* gfortran.dg/graphite/pr59817.f: Ditto.
|
||||
|
||||
2017-12-06 Charles Baylis <charles.baylis@linaro.org>
|
||||
|
||||
* gcc.target/arm/addr-modes-float.c: Place dg-add-options after
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// { dg-do compile }
|
||||
// { dg-options "-O3 -floop-interchange -Wno-conversion-null -Wno-return-type" }
|
||||
// { dg-options "-O3 -floop-nest-optimize -Wno-conversion-null -Wno-return-type" }
|
||||
|
||||
void __throw_bad_alloc ();
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* { dg-require-effective-target int32plus } */
|
||||
/* { dg-options "-O1 -ffast-math -floop-interchange" } */
|
||||
/* { dg-options "-O1 -ffast-math -floop-nest-optimize" } */
|
||||
|
||||
int adler32(int adler, char *buf, int n)
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* { dg-options "-O1 -funsafe-math-optimizations -floop-interchange" } */
|
||||
/* { dg-options "-O1 -funsafe-math-optimizations -floop-nest-optimize" } */
|
||||
|
||||
double f(double x)
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* { dg-options "-O3 -floop-interchange" } */
|
||||
/* { dg-options "-O3 -floop-nest-optimize" } */
|
||||
|
||||
typedef unsigned char uint8_t;
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* { dg-do run } */
|
||||
/* { dg-require-effective-target size32plus } */
|
||||
/* { dg-require-effective-target int32plus } */
|
||||
/* { dg-options "-O2 -floop-interchange -ffast-math -fno-ipa-cp" } */
|
||||
/* { dg-options "-O2 -floop-nest-optimize -ffast-math -fno-ipa-cp" } */
|
||||
|
||||
#define DEBUG 0
|
||||
#if DEBUG
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
/* { dg-do compile } */
|
||||
/* This test is too big for small targets. */
|
||||
/* { dg-require-effective-target size32plus } */
|
||||
/* { dg-options "-O -floop-interchange -ffast-math -fno-tree-copy-prop -fno-tree-loop-im" } */
|
||||
/* { dg-options "-O -floop-nest-optimize -ffast-math -fno-tree-copy-prop -fno-tree-loop-im" } */
|
||||
|
||||
int a[1000][1000];
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-O2 -floop-interchange" } */
|
||||
/* { dg-options "-O2 -floop-nest-optimize" } */
|
||||
|
||||
int kd;
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-O2 -floop-interchange" } */
|
||||
/* { dg-options "-O2 -floop-nest-optimize" } */
|
||||
|
||||
void
|
||||
xl(void)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* { dg-options "-O2 -floop-interchange" } */
|
||||
/* { dg-options "-O2 -floop-nest-optimize" } */
|
||||
|
||||
int **db6 = 0;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* { dg-options "-O2 -floop-interchange" } */
|
||||
/* { dg-options "-O2 -floop-nest-optimize" } */
|
||||
|
||||
static int
|
||||
aqc(void)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-Ofast -floop-interchange" } */
|
||||
/* { dg-options "-Ofast -floop-nest-optimize" } */
|
||||
|
||||
int a, b, c, d, f, g;
|
||||
int e[1], h[1];
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-O2 -floop-interchange" } */
|
||||
/* { dg-options "-O2 -floop-nest-optimize" } */
|
||||
|
||||
int a[1], c[1];
|
||||
int b, d, e;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-O2 -floop-interchange" } */
|
||||
/* { dg-options "-O2 -floop-nest-optimize" } */
|
||||
|
||||
int a, b, d, e, f;
|
||||
int c[9];
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
! { dg-options "-O3 -ffast-math -floop-interchange -floop-block -fdump-tree-graphite-all" }
|
||||
! { dg-options "-O3 -ffast-math -floop-nest-optimize -floop-block -fdump-tree-graphite-all" }
|
||||
|
||||
INTEGER, PARAMETER :: N=1024
|
||||
REAL*8 :: A(N,N), B(N,N), C(N,N)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
! { dg-options "-O3 -fgraphite-identity -floop-interchange " }
|
||||
! { dg-options "-O3 -fgraphite-identity -floop-nest-optimize " }
|
||||
|
||||
module mqc_m
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
! { dg-options "-O2 -floop-interchange" }
|
||||
! { dg-options "-O2 -floop-nest-optimize" }
|
||||
|
||||
SUBROUTINE EFGRDM(NCF,NFRG,G,RTRMS,GM,IOPT,K1)
|
||||
IMPLICIT DOUBLE PRECISION (A-H,O-Z)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
! { dg-options "-O2 -floop-interchange" }
|
||||
! { dg-options "-O2 -floop-nest-optimize" }
|
||||
|
||||
subroutine linel(icmdl,stre,anisox)
|
||||
real*8 stre(6),tkl(3,3),ekl(3,3),anisox(3,3,3,3)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
! { dg-options "-O2 -floop-interchange -ftree-loop-distribution" }
|
||||
! { dg-options "-O2 -floop-nest-optimize -ftree-loop-distribution" }
|
||||
|
||||
subroutine blockdis(bl1eg,bl2eg)
|
||||
implicit real*8 (a-h,o-z)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
! { dg-options "-O2 -floop-interchange" }
|
||||
! { dg-options "-O2 -floop-nest-optimize" }
|
||||
|
||||
SUBROUTINE BUG(A,B,X,Y,Z,N)
|
||||
IMPLICIT NONE
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
! { dg-do compile }
|
||||
! { dg-options "-O2 -floop-interchange" }
|
||||
! { dg-options "-O2 -floop-nest-optimize" }
|
||||
SUBROUTINE PREPD(ICAST,ICAS,ICASX,ICAS1,ICAS2,NDET,NM,III,IMP,
|
||||
* CASMIN)
|
||||
LOGICAL CASMIN
|
||||
|
|
Loading…
Add table
Reference in a new issue