aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g77.f-torture/compile/20030326-1.f
blob: bcbc73c179bf7814af13faa714f8ae6c0a8d8be9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
C      PR fortran/9793
C      larson@w6yx.stanford.edu
C
       integer a, b, c

       c = -2147483648 / -1

       a = 1
       b = 0
       c = a / b

       print *, c

       end