Sign in
gnu
/
gcc.git
/
refs/heads/trunk
/
.
/
gcc
/
testsuite
/
algol68
/
compile
/
error-widening-7.a68
blob: 0935208158371722d635e66318d4807b51a72481 [
file
]
# { dg-options "-fstropping=upper" } #
BEGIN
LONG REAL d
:=
3.14
;
# { dg-error "coerced" } #
d
END