summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/g77/1832.f
blob: e40c87878bd619752c16e07aefd8512593d496f4 (plain)
1
2
3
4
5
6
7
8
9
c { dg-do run }
! { dg-options "-std=legacy" }
!
      character*5   string
      write(string, *) "a "
      if (string .ne. ' a') STOP 1
C-- The leading space is normal for list-directed output

      end