Create embedded-5_0-branch branch for development on ARM embedded cores.
[official-gcc.git] / embedded-5_0-branch / gcc / testsuite / gfortran.dg / altreturn_1.f90
blob7ec77c178f5d7dda61a91ea57b363a4cbee8de86
1 ! { dg-do compile }
2 ! { dg-options "-std=gnu" }
4 subroutine foo (a)
5 real t, a, baz
6 call bar (*10)
7 t = 2 * baz ()
8 IF (t.gt.0) t = baz ()
9 10 END