Commit c4d8dc0b authored by Ian Lance Taylor's avatar Ian Lance Taylor

This bug has been fixed; moving it from bugs to fixedbugs.

R=gri
DELTA=36  (18 added, 18 deleted, 0 changed)
OCL=19059
CL=19133
parent 419e1e05
...@@ -103,9 +103,6 @@ bugs/bug080.go:12: illegal types for operand: CALL ...@@ -103,9 +103,6 @@ bugs/bug080.go:12: illegal types for operand: CALL
struct { x int; y float } struct { x int; y float }
BUG: fails incorrectly BUG: fails incorrectly
=========== bugs/bug083.go
bugs/bug083.dir/bug1.go:5: syntax error near T0
=========== bugs/bug085.go =========== bugs/bug085.go
bugs/bug085.go:8: P: undefined bugs/bug085.go:8: P: undefined
BUG: fails incorrectly BUG: fails incorrectly
...@@ -232,6 +229,9 @@ fixedbugs/bug074.go:7: x: undefined ...@@ -232,6 +229,9 @@ fixedbugs/bug074.go:7: x: undefined
=========== fixedbugs/bug081.go =========== fixedbugs/bug081.go
fixedbugs/bug081.go:5: syntax error near x fixedbugs/bug081.go:5: syntax error near x
=========== fixedbugs/bug083.go
fixedbugs/bug083.dir/bug1.go:5: syntax error near T0
=========== fixedbugs/bug086.go =========== fixedbugs/bug086.go
fixedbugs/bug086.go:5: function ends without a return statement fixedbugs/bug086.go:5: function ends without a return statement
......
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