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

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