Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
algol68
/
compile
/
error-denotation-2.a68
blob: d295e4e9cce974ca821bd6d2fde6af171701de02 [
file
] [
log
] [
blame
]
{
dg
-
options
{-
fstropping
=
supper
}
}
{
dg
-
require
-
effective
-
target int32
}
begin
int
i0
:=
2147483648
;
{
dg
-
error
"denotation is too large for int"
}
int
i1
:=
2147483647
;
int
i2
:=
-
2147483648
;
skip
end