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

Unified Diff: src/cmd/gc/export.c

Issue 11629044: code review 11629044: [release-branch.go1.1] cmd/gc: fix missing export data ... (Closed)
Patch Set: diff -r 31a32150a72b https://code.google.com/p/go Created 10 years, 8 months ago
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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | test/fixedbugs/issue5755.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/cmd/gc/export.c
===================================================================
--- a/src/cmd/gc/export.c
+++ b/src/cmd/gc/export.c
@@ -161,6 +161,11 @@
case OCONV:
case OCONVIFACE:
case OCONVNOP:
+ case ORUNESTR:
+ case OARRAYBYTESTR:
+ case OARRAYRUNESTR:
+ case OSTRARRAYBYTE:
+ case OSTRARRAYRUNE:
case ODOTTYPE:
case ODOTTYPE2:
case OSTRUCTLIT:
« no previous file with comments | « no previous file | test/fixedbugs/issue5755.go » ('j') | no next file with comments »

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