Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(466)

Side by Side Diff: test/fixedbugs/issue5755.go

Issue 10464043: code review 10464043: cmd/gc: fix missing export data for inlining in a few o... (Closed)
Patch Set: diff -r c590606ee7e5 https://go.googlecode.com/hg/ Created 10 years, 9 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/cmd/gc/export.c ('k') | test/fixedbugs/issue5755.dir/a.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // compiledir
2
3 // Copyright 2013 The Go Authors. All rights reserved.
4 // Use of this source code is governed by a BSD-style
5 // license that can be found in the LICENSE file.
6
7 // Issue 5755: exported data for inlining may miss
8 // named types when used in string conversions.
9
10 package ignored
OLDNEW
« no previous file with comments | « src/cmd/gc/export.c ('k') | test/fixedbugs/issue5755.dir/a.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b