Commit 67cb34ef by Manfred Schwarb Committed by Tobias Burnus

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
parent 2ae8a2c9
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>
PR tree-optimization/91885
......
! { dg=do run }
! { dg-do run }
!
! Test the fix for PR90498.
!
......
! { dg-compile }
! { dg-do compile }
! Contributed by Mark Eggleston <mark.eggleston@codethink.com>
program test
......
! { dg-run }
! { dg-do run }
! { dg-options "-fdec-static" }
! Contributed by Mark Eggleston <mark.eggleston@codethink.com>
......
! { dg-run }
! { dg-do run }
! { dg-options "-fdec-static -fno-automatic" }
! Contributed by Mark Eggleston <mark.eggleston@codethink.com>
......
! { dg-lto-run }
! { dg-lto-do run }
! PR 87689 - this used to fail for POWER, plus it used to
! give warnings about mismatches with LTO.
! Original test case by Judicaël Grasset.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment