summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/should_compile/Overflow.stderr-ws-64
blob: e66e61483153e480dcd56cd3a122c0f67d6af192 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

Overflow.hs:8:15: warning: [GHC-97441] [-Woverflowed-literals (in -Wdefault)]
    Literal 10000000000000000000000000000000 is out of the Int# range -9223372036854775808..9223372036854775807

Overflow.hs:13:1: warning: [GHC-97441] [-Woverflowed-literals (in -Wdefault)]
    Literal 100000000000000000000000000 is out of the Int# range -9223372036854775808..9223372036854775807

Overflow.hs:18:5: warning: [GHC-97441] [-Woverflowed-literals (in -Wdefault)]
    Literal 1000000000000000000000000000000 is out of the Int range -9223372036854775808..9223372036854775807

Overflow.hs:22:1: warning: [GHC-97441] [-Woverflowed-literals (in -Wdefault)]
    Literal 100000000000000000000000000000000 is out of the Int range -9223372036854775808..9223372036854775807

Overflow.hs:27:6: warning: [GHC-97441] [-Woverflowed-literals (in -Wdefault)]
    Literal -1 is out of the Word range 0..18446744073709551615

Overflow.hs:31:1: warning: [GHC-97441] [-Woverflowed-literals (in -Wdefault)]
    Literal -1 is out of the Word range 0..18446744073709551615