aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/dec_structure_21.f90
blob: 64e8ca39e4602a0d42d821d0d90fc08291adb5ee (plain)
1
2
3
4
5
6
7
8
9
10
      ! { dg-do compile }
      ! { dg-options "-ffixed-form" }
      !
      ! Test errors for %FILL without -fdec-structure.
      !
      implicit none

      character(2) %fill ! { dg-error "is a DEC extension" }

      end