aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/algol68/compile/error-widening-9.a68
blob: 4d092386b610c0c74307f8a24001758e8e64f056 (plain)
1
2
3
4
5
6
7
8
9
10
# { dg-options "-fstropping=upper" }  #

BEGIN
   INT d := 0;
   LONG LONG REAL x;
   2
     + (d > 0 | x | # { dg-error "" }  #
          10
       )
END