aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/g77/20030326-1.f
blob: dc4ff43cd479c56a42781be82d21acef9b0fefe4 (plain)
1
2
3
4
5
6
7
8
9
10
! { dg-do compile }
! { dg-options -pedantic }
!      PR fortran/9793
!      larson@w6yx.stanford.edu
!
! For gfortran, see PR 13490
!
       integer c
       c = -2147483648 / (-1) ! { dg-warning "outside symmetric range" "" }
       end