1
0
mirror of https://github.com/golang/go synced 2024-11-22 05:24:39 -07:00

another bug cleanup.

R=rsc
DELTA=117  (54 added, 62 deleted, 1 changed)
OCL=20924
CL=20927
This commit is contained in:
Rob Pike 2008-12-10 14:59:43 -08:00
parent 5f1a3be9dd
commit 77fbc310e4
2 changed files with 0 additions and 8 deletions

View File

@ -152,12 +152,6 @@ BUG: should compile
panic PC=xxx
BUG: should not fail
=========== bugs/bug120.go
Bad float64 const: 1e23+1 want 1.0000000000000001e+23 got 1e+23
want exact: 100000000000000008388608
got exact: 99999999999999991611392
BUG: bug120
=========== bugs/bug121.go
BUG: compilation succeeds incorrectly
@ -291,5 +285,3 @@ SIGSEGV: segmentation violation
Faulting address: 0x0
pc: xxx
=========== fixedbugs/bug126.go