Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
c6e46971
Commit
c6e46971
authored
Jul 28, 2010
by
Kai Backman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
arm: fix build (dodgy floats)
R=rsc CC=golang-dev
https://golang.org/cl/1907041
parent
fa4da333
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
23 deletions
+3
-23
arm-pass.txt
test/arm-pass.txt
+3
-3
golden-arm.out
test/golden-arm.out
+0
-20
No files found.
test/arm-pass.txt
View file @
c6e46971
...
...
@@ -121,12 +121,12 @@ ken/array.go
ken/chan.go
ken/chan1.go
ken/complit.go
ken/cplx0.go
# ken/cplx0.go # output fail
# ken/cplx1.go # fail
# ken/cplx2.go # fail
ken/cplx3.go
# ken/cplx3.go # output fail
# ken/cplx4.go # fail, BUG
ken/cplx5.go
# ken/cplx5.go # output fail
ken/divconst.go
ken/divmod.go
ken/embed.go
...
...
test/golden-arm.out
View file @
c6e46971
...
...
@@ -75,26 +75,6 @@ uint32 1/0: expected "divide"; got no error
uint64 1/0: expected "divide"; got no error
uintptr 1/0: expected "divide"; got no error
=========== ken/cplx0.go
(+1.112538e-308+1.278303e-308i)
(+1.112538e-308+1.112538e-308i)
(+1.112538e-308+1.278303e-308i)
(+1.112538e-308+1.112538e-308i)
=========== ken/cplx3.go
(+1.436040e-308+2.250626e+000i)
(+1.436040e-308+2.250626e+000i)
64
=========== ken/cplx5.go
(+0.000000e+000+0.000000e+000i)
(+1.112550e-308+1.112550e-308i)
(+1.112537e-308+2.382812e+000i)
(+2.250015e+000+2.382812e+000i)
(+2.250015e+000+2.382812e+000i)
(+1.251430e-308+0.000000e+000i)
(+1.251430e-308+0.000000e+000i)
=========== ken/intervar.go
print 1 bio 2 file 3 -- abc
...
...
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