OSDN Git Service

gfortran.dg/underflow.f90: New test.
[pf3gnuchains/gcc-fork.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-warning "outside symmetric range" "" }
10        end