associate_48.f90: Fix a dg directive.

2019-09-27  Manfred Schwarb  <manfred99@gmx.ch>

        * gfortran.dg/associate_48.f90: Fix a dg directive.
        * gfortran.dg/auto_in_equiv_1.f90: Ditto.
        * gfortran.dg/auto_in_equiv_2.f90: Ditto.
        * gfortran.dg/lto/pr87689_0.f: Ditto.

From-SVN: r276179
This commit is contained in:
Manfred Schwarb 2019-09-27 14:53:23 +02:00 committed by Tobias Burnus
parent 2ae8a2c942
commit 67cb34efd8
6 changed files with 12 additions and 5 deletions

View File

@ -1,3 +1,10 @@
2019-09-27 Manfred Schwarb <manfred99@gmx.ch>
* gfortran.dg/associate_48.f90: Fix a dg directive.
* gfortran.dg/auto_in_equiv_1.f90: Ditto.
* gfortran.dg/auto_in_equiv_2.f90: Ditto.
* gfortran.dg/lto/pr87689_0.f: Ditto.
2019-09-27 Jakub Jelinek <jakub@redhat.com> 2019-09-27 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/91885 PR tree-optimization/91885

View File

@ -1,4 +1,4 @@
! { dg=do run } ! { dg-do run }
! !
! Test the fix for PR90498. ! Test the fix for PR90498.
! !

View File

@ -1,4 +1,4 @@
! { dg-compile } ! { dg-do compile }
! Contributed by Mark Eggleston <mark.eggleston@codethink.com> ! Contributed by Mark Eggleston <mark.eggleston@codethink.com>
program test program test

View File

@ -1,4 +1,4 @@
! { dg-run } ! { dg-do run }
! { dg-options "-fdec-static" } ! { dg-options "-fdec-static" }
! Contributed by Mark Eggleston <mark.eggleston@codethink.com> ! Contributed by Mark Eggleston <mark.eggleston@codethink.com>

View File

@ -1,4 +1,4 @@
! { dg-run } ! { dg-do run }
! { dg-options "-fdec-static -fno-automatic" } ! { dg-options "-fdec-static -fno-automatic" }
! Contributed by Mark Eggleston <mark.eggleston@codethink.com> ! Contributed by Mark Eggleston <mark.eggleston@codethink.com>

View File

@ -1,4 +1,4 @@
! { dg-lto-run } ! { dg-lto-do run }
! PR 87689 - this used to fail for POWER, plus it used to ! PR 87689 - this used to fail for POWER, plus it used to
! give warnings about mismatches with LTO. ! give warnings about mismatches with LTO.
! Original test case by Judicaël Grasset. ! Original test case by Judicaël Grasset.