Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gfortran.dg / g77 / 20030326-1.f
blobdc4ff43cd479c56a42781be82d21acef9b0fefe4
1 ! { dg-do compile }
2 ! { dg-options -pedantic }
3 ! PR fortran/9793
4 ! larson@w6yx.stanford.edu
6 ! For gfortran, see PR 13490
8 integer c
9 c = -2147483648 / (-1) ! { dg-warning "outside symmetric range" "" }
10 end