summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/should_compile/Overflow.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/warnings/should_compile/Overflow.stderr')
-rw-r--r--testsuite/tests/warnings/should_compile/Overflow.stderr18
1 files changed, 18 insertions, 0 deletions
diff --git a/testsuite/tests/warnings/should_compile/Overflow.stderr b/testsuite/tests/warnings/should_compile/Overflow.stderr
new file mode 100644
index 0000000000..ce657aebf6
--- /dev/null
+++ b/testsuite/tests/warnings/should_compile/Overflow.stderr
@@ -0,0 +1,18 @@
+
+Overflow.hs:8:15: warning: [-Woverflowed-literals (in -Wdefault)]
+ Literal 10000000000000000000000000000000 is out of the Int# range -9223372036854775808..9223372036854775807
+
+Overflow.hs:13:1: warning: [-Woverflowed-literals (in -Wdefault)]
+ Literal 100000000000000000000000000 is out of the Int# range -9223372036854775808..9223372036854775807
+
+Overflow.hs:18:5: warning: [-Woverflowed-literals (in -Wdefault)]
+ Literal 1000000000000000000000000000000 is out of the Int range -9223372036854775808..9223372036854775807
+
+Overflow.hs:22:1: warning: [-Woverflowed-literals (in -Wdefault)]
+ Literal 100000000000000000000000000000000 is out of the Int range -9223372036854775808..9223372036854775807
+
+Overflow.hs:27:6: warning: [-Woverflowed-literals (in -Wdefault)]
+ Literal -1 is out of the Word range 0..18446744073709551615
+
+Overflow.hs:31:1: warning: [-Woverflowed-literals (in -Wdefault)]
+ Literal -1 is out of the Word range 0..18446744073709551615