Commit 77fbc310 authored by Rob Pike's avatar Rob Pike

another bug cleanup.

R=rsc
DELTA=117  (54 added, 62 deleted, 1 changed)
OCL=20924
CL=20927
parent 5f1a3be9
...@@ -152,12 +152,6 @@ BUG: should compile ...@@ -152,12 +152,6 @@ BUG: should compile
panic PC=xxx panic PC=xxx
BUG: should not fail 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 =========== bugs/bug121.go
BUG: compilation succeeds incorrectly BUG: compilation succeeds incorrectly
...@@ -291,5 +285,3 @@ SIGSEGV: segmentation violation ...@@ -291,5 +285,3 @@ SIGSEGV: segmentation violation
Faulting address: 0x0 Faulting address: 0x0
pc: xxx pc: xxx
=========== fixedbugs/bug126.go
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