aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/pr20950.f
blob: 942696c618fa66f16bd82ebb9fc327248df8333d (plain)
1
2
3
4
5
6
7
8
9
! PR libfortran/20950
! Original bug-report by Walt Brainerd, The Fortran Company
! { dg-do run }
! { dg-options "-std=legacy" }
!
      character*20 c
      inquire (33, sequential = c)
      if (c .ne. "UNKNOWN") call abort
      end