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
This commit is contained in:
Ian Lance Taylor 2008-11-12 21:59:43 -08:00
parent 419e1e05a1
commit c4d8dc0b83
4 changed files with 3 additions and 3 deletions

View file

@ -103,9 +103,6 @@ bugs/bug080.go:12: illegal types for operand: CALL
struct { x int; y float }
BUG: fails incorrectly
=========== bugs/bug083.go
bugs/bug083.dir/bug1.go:5: syntax error near T0
=========== bugs/bug085.go
bugs/bug085.go:8: P: undefined
BUG: fails incorrectly
@ -232,6 +229,9 @@ fixedbugs/bug074.go:7: x: undefined
=========== fixedbugs/bug081.go
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:5: function ends without a return statement