Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
316bc263
Commit
316bc263
authored
Jun 08, 2008
by
Rob Pike
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
default to amd64 in run
test/func.go now works; update golden.out SVN=121617
parent
610644a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
test/golden.out
test/golden.out
+0
-4
test/run
test/run
+2
-1
No files found.
test/golden.out
View file @
316bc263
...
...
@@ -14,10 +14,6 @@ for.go:45: fatal error: optoas: no entry MOD-<int32>INT32
BUG: known to fail incorrectly
=========== ./func.go
main_f4: doasm: notfound from=75 to=10 (24) IDIVL $2,AX
main_f4: doasm: notfound from=75 to=10 (24) IDIVL $2,AX
main_f4: doasm: notfound from=75 to=10 (24) IDIVL $2,AX
BUG: known to fail incorrectly
=========== ./func1.go
BUG: known to succeed incorrectly
...
...
test/run
View file @
316bc263
...
...
@@ -8,7 +8,8 @@ Xamd64)
export
A
=
6
;;
*
)
echo
1>&2 run: unknown architecture
export
A
=
6
echo
1>&2 run: assuming amd64
exit
1
esac
...
...
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