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

Delta Between Two Patch Sets: test/fixedbugs/bug465.go

Issue 6640056: code review 6640056: cmd/gc: fix inlining bug for composite literals in if s... (Closed)
Left Patch Set: diff -r 1676e21191aa https://go.googlecode.com/hg/ Created 11 years, 5 months ago
Right Patch Set: diff -r 65241fa50264 https://go.googlecode.com/hg/ Created 11 years, 5 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « src/cmd/gc/fmt.c ('k') | test/fixedbugs/bug465.dir/a.go » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 // compiledir 1 // rundir
2 2
3 // Copyright 2012 The Go Authors. All rights reserved. 3 // Copyright 2012 The Go Authors. All rights reserved.
4 // Use of this source code is governed by a BSD-style 4 // Use of this source code is governed by a BSD-style
5 // license that can be found in the LICENSE file. 5 // license that can be found in the LICENSE file.
6 6
7 // Issue 4230: inlining bug for composite literal in 7 // Issue 4230: inlining bug for composite literal in
8 // if, for, switch statements. 8 // if, for, switch statements.
9 9
10 package ignored 10 package ignored
LEFTRIGHT

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