OSDN Git Service

2005-01-11 Paul Thomas <pault@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / stfunc_1.f90
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