Commit 151c0de8 authored by Rob Pike's avatar Rob Pike

update bug list

R=ken
OCL=17169
CL=17169
parent 69baaa97
...@@ -29,7 +29,6 @@ func Use(x I) { ...@@ -29,7 +29,6 @@ func Use(x I) {
func main() { func main() {
i := NewI(0); i := NewI(0);
Use(i); Use(i);
print("done1\n");
// Again, without temporary // Again, without temporary
// Crashes because x.F is 0. // Crashes because x.F is 0.
......
...@@ -3,8 +3,7 @@ ...@@ -3,8 +3,7 @@
hello, world hello, world
=========== ./interface1.go =========== ./interface1.go
./interface1.go:5: syntax error near package ./interface1.go:29: illegal types for operand: AS
./interface1.go:31: illegal types for operand: AS
interface { Next () (*Inst) } interface { Next () (*Inst) }
*Inst *Inst
...@@ -115,12 +114,12 @@ M ...@@ -115,12 +114,12 @@ M
=========== bugs/bug095.go =========== bugs/bug095.go
found 2, expected 1 found 2, expected 1
panic on line 80 PC=xxx panic on line 81 PC=xxx
BUG wrong result BUG wrong result
=========== bugs/bug097.go =========== bugs/bug097.go
panic on line 82 PC=xxx panic on line 83 PC=xxx
BUG wrong result BUG wrong result
=========== bugs/bug098.go =========== bugs/bug098.go
...@@ -129,9 +128,6 @@ bugs/bug098.go:10: illegal types for operand: AS ...@@ -129,9 +128,6 @@ bugs/bug098.go:10: illegal types for operand: AS
**M **M
BUG should compile BUG should compile
=========== bugs/bug099.go
done1
=========== bugs/bug105.go =========== bugs/bug105.go
bugs/bug105.go:8: P: undefined bugs/bug105.go:8: P: undefined
bugs/bug105.go:9: illegal types for operand: RETURN bugs/bug105.go:9: illegal types for operand: RETURN
...@@ -185,7 +181,7 @@ fixedbugs/bug035.go:7: var f redeclared in this block ...@@ -185,7 +181,7 @@ fixedbugs/bug035.go:7: var f redeclared in this block
=========== fixedbugs/bug037.go =========== fixedbugs/bug037.go
fixedbugs/bug037.go:6: vlong: undefined fixedbugs/bug037.go:6: vlong: undefined
fixedbugs/bug037.go:6: fatal error: addvar: n=NAME-s G0 a(1) l(76) t=<T> nil fixedbugs/bug037.go:6: fatal error: addvar: n=NAME-s G0 a(1) l(77) t=<T> nil
=========== fixedbugs/bug039.go =========== fixedbugs/bug039.go
fixedbugs/bug039.go:6: var x redeclared in this block fixedbugs/bug039.go:6: var x redeclared in this block
...@@ -241,7 +237,7 @@ fixedbugs/bug086.go:5: function ends without a return statement ...@@ -241,7 +237,7 @@ fixedbugs/bug086.go:5: function ends without a return statement
=========== fixedbugs/bug091.go =========== fixedbugs/bug091.go
fixedbugs/bug091.go:15: c: undefined fixedbugs/bug091.go:15: c: undefined
fixedbugs/bug091.go:15: fatal error: addvar: n=NAME-i G0 a(1) l(85) t=<T> nil fixedbugs/bug091.go:15: fatal error: addvar: n=NAME-i G0 a(1) l(86) t=<T> nil
=========== fixedbugs/bug103.go =========== fixedbugs/bug103.go
fixedbugs/bug103.go:8: function requires a return type fixedbugs/bug103.go:8: function requires a return type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment