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
a9e1c8fb
Commit
a9e1c8fb
authored
Apr 03, 2013
by
Rob Pike
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/go1.1.html: document the state of gccgo
Fixes #5053. R=adg, iant CC=golang-dev
https://golang.org/cl/8337043
parent
1b37ba93
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
doc/go1.1.html
doc/go1.1.html
+11
-0
No files found.
doc/go1.1.html
View file @
a9e1c8fb
...
@@ -152,6 +152,17 @@ Such code can be identified by <code>go vet</code>.
...
@@ -152,6 +152,17 @@ Such code can be identified by <code>go vet</code>.
<h2
id=
"impl"
>
Changes to the implementations and tools
</h2>
<h2
id=
"impl"
>
Changes to the implementations and tools
</h2>
<h3
id=
"gccgo"
>
Status of gccgo
</h3>
<p>
The GCC release schedule does not coincide with the Go release schedule, so some skew is inevitable in
<code>
gccgo
</code>
's releases.
The 4.8.0 version of GCC shipped in March, 2013 and includes a nearly-Go 1.1 version of
<code>
gccgo
</code>
.
Its library is a little behind the release, but the biggest difference is that method values are not implemented.
Sometime around May 2013, we expect 4.8.1 of GCC to ship with a
<code>
gccgo
</code>
providing a complete Go 1.1 implementaiton.
</p>
<h3
id=
"gc_flag"
>
Command-line flag parsing
</h3>
<h3
id=
"gc_flag"
>
Command-line flag parsing
</h3>
<p>
<p>
...
...
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