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
+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.