]> Cypherpunks repositories - gostls13.git/commitdiff
bug update
authorRob Pike <r@golang.org>
Mon, 7 Jul 2008 17:17:52 +0000 (10:17 -0700)
committerRob Pike <r@golang.org>
Mon, 7 Jul 2008 17:17:52 +0000 (10:17 -0700)
SVN=126121

test/bugs/bug049.go
test/bugs/bug055.go
test/fixedbugs/bug023.go [moved from test/bugs/bug023.go with 100% similarity]
test/fixedbugs/bug050.go [moved from test/bugs/bug050.go with 100% similarity]
test/golden.out

index 31da6c816feeb47f4a4a717bfc115fed41430f39..72ac7ecbd8fdc74e9de631dd746e9c7e49a46739 100644 (file)
@@ -12,6 +12,8 @@ func atom(s string) {
        }
 }
 
+func main() {}
+
 /*
 bug047.go:4: fatal error: stringpool: not string
 */
index 8812efec8f2369927fac8813a72de387b657ce40..cf9dcd7c861ff02cddf06283bef975e053c19af7 100644 (file)
@@ -15,7 +15,7 @@ func main() {
        if true {} else i++
        type s struct {};
        i = 0
-       type s int
+       type s2 int
        var k = func (a int) int { return a+1 }(3);
 ro:
 }
similarity index 100%
rename from test/bugs/bug023.go
rename to test/fixedbugs/bug023.go
similarity index 100%
rename from test/bugs/bug050.go
rename to test/fixedbugs/bug050.go
index 4f567bc72781d8b65611b6f07bfadff805bc930f..b3a7eb15d85630c87bfa8b520239592ca82e9f4a 100644 (file)
@@ -112,8 +112,6 @@ BUG: known to fail incorrectly
 =========== bugs/bug015.go
 BUG: known to succeed incorrectly
 
-=========== bugs/bug023.go
-
 =========== bugs/bug025.go
 bugs/bug025.go:7: variable exported but not defined: Foo
 
@@ -175,11 +173,8 @@ bugs/bug048.go:7: illegal types for operand: CONV
 BUG: known to fail incorrectly
 
 =========== bugs/bug049.go
-
-=========== bugs/bug050.go
-bugs/bug050.go:3: package statement must be first
-sys.6:1 bugs/bug050.go:3: syntax error
-BUG: segfault
+getu: mainĀ·.stringo: not defined
+BUG: link failure
 
 =========== bugs/bug052.go
 SIGSEGV: segmentation violation
@@ -212,7 +207,7 @@ bugs/bug054.go:25: fatal error: agen_inter i2s
 BUG: known to fail incorrectly
 
 =========== bugs/bug055.go
-bug055.go:1: fatal error: cant open: bug055.go
+bugs/bug055.go:15: fatal error: allocparams: this class
 BUG: known to fail incorrectly
 
 =========== bugs/bug057.go
@@ -280,6 +275,8 @@ BUG: compilation should succeed
 
 =========== fixedbugs/bug022.go
 
+=========== fixedbugs/bug023.go
+
 =========== fixedbugs/bug024.go
 
 =========== fixedbugs/bug028.go
@@ -314,6 +311,10 @@ fixedbugs/bug039.go:6: var x redeclared in this block
 
 =========== fixedbugs/bug045.go
 
+=========== fixedbugs/bug050.go
+fixedbugs/bug050.go:3: package statement must be first
+sys.6:1 fixedbugs/bug050.go:3: syntax error
+
 =========== fixedbugs/bug051.go
 fixedbugs/bug051.go:10: expression must be a constant