data_1.f90: Fix integer oveflow in integer literal constant.
[gcc.git] / gcc / testsuite / gfortran.dg / g77 / 20030326-1.f
1 ! { dg-do compile }
2 ! { dg-options -pedantic }
3 ! PR fortran/9793
4 ! larson@w6yx.stanford.edu
5 !
6 ! For gfortran, see PR 13490
7 !
8 integer c
9 c = -2147483648 / (-1) ! { dg-error "too big for its kind" "" }
10 end