re PR fortran/85841 ([F2018] reject deleted features)
2018-05-22 Janus Weil <janus@gcc.gnu.org> PR fortran/85841 * gfortran.dg/pr30667.f: Add option "-std=legacy". From-SVN: r260555
This commit is contained in:
parent
36537a1c41
commit
872b6afdbc
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2018-05-22 Janus Weil <janus@gcc.gnu.org>
|
||||
|
||||
PR fortran/85841
|
||||
* gfortran.dg/pr30667.f: Add option "-std=legacy".
|
||||
|
||||
2018-05-22 Martin Sebor <msebor@redhat.com>
|
||||
|
||||
PR middle-end/85359
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
! { dg-do compile { target i?86-*-* x86_64-*-* } }
|
||||
! { dg-require-effective-target ilp32 }
|
||||
! { dg-options "-O2 -msse -ftree-vectorize" }
|
||||
! { dg-options "-O2 -msse -ftree-vectorize -std=legacy" }
|
||||
subroutine cblank_cvb(a,ndim)
|
||||
character*(*) a
|
||||
character*1 blank
|
||||
|
|
Loading…
Add table
Reference in a new issue