blob: 395b80e5c88cba192a51b6d17dcd8d74f1d0a8ad [file] [log] [blame]
! { dg-do compile }
! { dg-options -pedantic }
! PR fortran/9793
! larson@w6yx.stanford.edu
!
! For gfortran, see PR 13490
!
integer c
c = -2147483648_4 / (-1) ! { dg-error "too big for its kind" }
end