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

Unified Diff: test/fixedbugs/issue3552.go

Issue 6866047: code review 6866047: cmd/gc: fix wrong interaction between inlining and embe... (Closed)
Patch Set: diff -r 4144b7f4d82e https://go.googlecode.com/hg/ Created 11 years, 3 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/fmt.c ('k') | test/fixedbugs/issue3552.dir/one.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/fixedbugs/issue3552.go
===================================================================
rename from test/bugs/bug434.go
rename to test/fixedbugs/issue3552.go
--- a/test/bugs/bug434.go
+++ b/test/fixedbugs/issue3552.go
@@ -1,10 +1,10 @@
-// $G $D/$F.dir/one.go && $G $D/$F.dir/two.go || echo BUG:bug434
-
-// NOTE: This test is not run by 'run.go' and so not run by all.bash.
-// To run this test you must use the ./run shell script.
+// compiledir
// Copyright 2011 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+// Issue 3552: cross-package inlining misbehaves when
+// referencing embedded builtins.
+
package ignored
« no previous file with comments | « src/cmd/gc/fmt.c ('k') | test/fixedbugs/issue3552.dir/one.go » ('j') | no next file with comments »

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