summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/gfortran.dg/stfunc_1.f90
blob: e21f34e063b1bd725a462a51d6fc08489196b53b (plain)
1
2
3
4
5
6
7
8
9
! { dg-do run }
! this is a problem which disappeared between 2005-01-02 and 2005-03-13
! PR 18600
      logical a, b
      a(b) = .true.
      b = .false.
      if (a(.false.)) b = .true.
      if (.not.b) call abort
      end
OpenPOWER on IntegriCloud