re PR fortran/85841 ([F2018] reject deleted features)
2018-05-22 Janus Weil <janus@gcc.gnu.org> PR fortran/85841 * gfortran.dg/gomp/appendix-a/a.6.1.f90: Replace dg-options by dg-additional-options. * gfortran.dg/graphite/block-2.f: Ditto. * gfortran.dg/graphite/id-19.f: Ditto. * gfortran.dg/vect/Ofast-pr50414.f90: Ditto. * gfortran.dg/vect/cost-model-pr34445a.f: Ditto. * gfortran.dg/vect/pr52580.f: Ditto. From-SVN: r260544
This commit is contained in:
parent
39c71bc3b7
commit
927a00917d
7 changed files with 17 additions and 6 deletions
|
@ -1,3 +1,14 @@
|
|||
2018-05-22 Janus Weil <janus@gcc.gnu.org>
|
||||
|
||||
PR fortran/85841
|
||||
* gfortran.dg/gomp/appendix-a/a.6.1.f90: Replace dg-options by
|
||||
dg-additional-options.
|
||||
* gfortran.dg/graphite/block-2.f: Ditto.
|
||||
* gfortran.dg/graphite/id-19.f: Ditto.
|
||||
* gfortran.dg/vect/Ofast-pr50414.f90: Ditto.
|
||||
* gfortran.dg/vect/cost-model-pr34445a.f: Ditto.
|
||||
* gfortran.dg/vect/pr52580.f: Ditto.
|
||||
|
||||
2018-05-22 Jackson Woodruff <jackson.woodruff@arm.com>
|
||||
|
||||
* gcc.target/aarch64/ldp_stp_6.c: New.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
! { dg-do compile }
|
||||
! { dg-options "-std=legacy" }
|
||||
! { dg-additional-options "-std=legacy" }
|
||||
|
||||
SUBROUTINE WORK(I, J)
|
||||
INTEGER I,J
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
! { dg-do compile }
|
||||
! { dg-options "-std=legacy" }
|
||||
! { dg-additional-options "-std=legacy" }
|
||||
SUBROUTINE MATRIX_MUL_UNROLLED (A, B, C, L, M, N)
|
||||
DIMENSION A(L,M), B(M,N), C(L,N)
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
! { dg-do compile }
|
||||
! { dg-options "-std=legacy" }
|
||||
! { dg-additional-options "-std=legacy" }
|
||||
SUBROUTINE ECCODR(FPQR)
|
||||
DIMENSION FPQR(25,25,25)
|
||||
INTEGER P,Q,R
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
! { dg-do compile }
|
||||
! { dg-options "-std=legacy" }
|
||||
! { dg-additional-options "-std=legacy" }
|
||||
|
||||
SUBROUTINE SUB (A,L,YMAX)
|
||||
DIMENSION A(L)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
c { dg-do compile }
|
||||
c { dg-options "-std=legacy" }
|
||||
c { dg-additional-options "-std=legacy" }
|
||||
subroutine derv (xx,b,bv,det,r,s,t,ndopt,cosxy,thick,edis,
|
||||
1 vni,vnt)
|
||||
implicit real*8 (a-h,o-z)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
! { dg-do compile }
|
||||
! { dg-options "-std=legacy" }
|
||||
! { dg-additional-options "-std=legacy" }
|
||||
! { dg-require-effective-target vect_double }
|
||||
SUBROUTINE CALC2
|
||||
IMPLICIT REAL*8 (A-H, O-Z)
|
||||
|
|
Loading…
Add table
Reference in a new issue