Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
e5d157f9
Commit
e5d157f9
authored
Apr 18, 2008
by
Ian Lynagh
Browse files
Update output for arith011 on 32bit machines
parent
fce1e8ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/numeric/should_run/arith011.stdout
View file @
e5d157f9
...
@@ -7330,7 +7330,7 @@ complement 3 = -4
...
@@ -7330,7 +7330,7 @@ complement 3 = -4
-1 `shiftL` 1 = -2
-1 `shiftL` 1 = -2
-1 `shiftL` 2 = -4
-1 `shiftL` 2 = -4
-1 `shiftL` 3 = -8
-1 `shiftL` 3 = -8
-1 `shiftL` 32 =
0
-1 `shiftL` 32 =
-4294967296
-1 `shiftL` 64 = 0
-1 `shiftL` 64 = 0
0 `shiftL` 0 = 0
0 `shiftL` 0 = 0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment