aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/pr99060.f90
blob: fdf3b1a724ed141417792ae7feb9ad77c6e083bc (plain)
1
2
3
4
5
6
7
8
9
10
! { dg-do compile }
!
! Test the fix for PR99060 in which the expression caused an ICE after the error.
!
! Contributed by Gerhard Steinmetz  <gscfq@t-online.de>
!
program p
   real :: a
   print *, a%kind%n ! { dg-error "not an inquiry reference" }
end