mirror of https://github.com/golang/go.git
bug046 and bug080 are fixed
R=r DELTA=72 (30 added, 42 deleted, 0 changed) OCL=22373 CL=22378
This commit is contained in:
parent
e512481b17
commit
51c3ac7e3f
|
|
@ -34,9 +34,6 @@ Faulting address: 0x0
|
|||
pc: xxx
|
||||
|
||||
|
||||
=========== ./method2.go
|
||||
BUG: errchk: command succeeded unexpectedly: 6g ./method2.go
|
||||
|
||||
=========== ./peano.go
|
||||
0! = 1
|
||||
1! = 1
|
||||
|
|
@ -87,21 +84,12 @@ PASS
|
|||
=========== bugs/bug041.go
|
||||
BUG: compilation succeeds incorrectly
|
||||
|
||||
=========== bugs/bug046.go
|
||||
BUG: errchk: command succeeded unexpectedly: 6g bugs/bug046.go
|
||||
|
||||
=========== bugs/bug064.go
|
||||
bugs/bug064.go:15: illegal types for operand: CALL
|
||||
int
|
||||
struct { u int; v int }
|
||||
BUG: compilation should succeed
|
||||
|
||||
=========== bugs/bug080.go
|
||||
bugs/bug080.go:12: illegal types for operand: CALL
|
||||
int
|
||||
struct { x int; y float }
|
||||
BUG: fails incorrectly
|
||||
|
||||
=========== bugs/bug085.go
|
||||
bugs/bug085.go:8: P: undefined
|
||||
BUG: fails incorrectly
|
||||
|
|
|
|||
Loading…
Reference in New Issue