aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/altreturn_1.f90
blob: 7ec77c178f5d7dda61a91ea57b363a4cbee8de86 (plain)
1
2
3
4
5
6
7
8
9
! { dg-do compile }
! { dg-options "-std=gnu" }

       subroutine foo (a)
       real t, a, baz
       call bar (*10)
       t = 2 * baz ()
       IF (t.gt.0) t = baz ()
10     END