Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gfortran.dg / stfunc_1.f90
blobe21f34e063b1bd725a462a51d6fc08489196b53b
1 ! { dg-do run }
2 ! this is a problem which disappeared between 2005-01-02 and 2005-03-13
3 ! PR 18600
4 logical a, b
5 a(b) = .true.
6 b = .false.
7 if (a(.false.)) b = .true.
8 if (.not.b) call abort
9 end