]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove work-arounds for 0o/0O octals
authorRobert Griesemer <gri@golang.org>
Thu, 7 Mar 2019 01:23:56 +0000 (17:23 -0800)
committerRobert Griesemer <gri@golang.org>
Thu, 7 Mar 2019 21:14:05 +0000 (21:14 +0000)
commita77f85a61874c05097a60f08d9dda71512d9dcc3
tree03b35284d138a3d0ad605ed09e00e533572b9c77
parent129c6e449694f14fd27dfed03f7a0c95847ec366
cmd/compile: remove work-arounds for 0o/0O octals

With math/big supporting the new octal prefixes directly,
the compiler doesn't have to manually convert such numbers
into old-style 0-prefix octals anymore.

Updates #12711.

Change-Id: I300bdd095836595426a1478d68da179f39e5531a
Reviewed-on: https://go-review.googlesource.com/c/go/+/165861
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/gc/mpfloat.go
src/cmd/compile/internal/gc/mpint.go