aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/kind_tests_4.f90
blob: 050c15a282be82363dadad0e35511cc7d392717f (plain)
1
2
3
4
5
6
7
8
! { dg-do compile }
!
! PR 50752: [4.7 Regression] ICE in match_kind_param
!
! Contributed by Joost VandeVondele <Joost.VandeVondele@pci.uzh.ch>

rPos=0.0_dp  ! { dg-error "Missing kind-parameter" }
end