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

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

Issue 4629042: code review 4629042: gc: work around goto bug (Closed)
Patch Set: diff -r 655a4be3968f https://go.googlecode.com/hg/ Created 12 years, 9 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 | « src/cmd/gc/dcl.c ('k') | src/cmd/gc/go.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/cmd/gc/gen.c
===================================================================
--- a/src/cmd/gc/gen.c
+++ b/src/cmd/gc/gen.c
@@ -209,6 +209,7 @@
break;
case OGOTO:
+ hasgoto = 1;
newlab(OGOTO, n, N);
gjmp(P);
break;
« no previous file with comments | « src/cmd/gc/dcl.c ('k') | src/cmd/gc/go.h » ('j') | no next file with comments »

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