]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix compilation of math.Sqrt when used as a statement
authorMartin Möhrmann <martisch@uos.de>
Sun, 21 Aug 2016 07:57:01 +0000 (09:57 +0200)
committerMartin Möhrmann <martisch@uos.de>
Sun, 21 Aug 2016 16:49:48 +0000 (16:49 +0000)
commit6a393dc64fb06ba17f737432a45c63233aa4bd3d
treef929dad1b38ecd112996532f278362cc2d62817c
parent2f783c3458744a95a01286eed5f4c0af0978cd46
cmd/compile: fix compilation of math.Sqrt when used as a statement

Fixes #16804

Change-Id: I669c2c24d3135cd35e15a464894ac66945847d0c
Reviewed-on: https://go-review.googlesource.com/27437
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/gc/ssa.go
test/fixedbugs/issue16804.go [new file with mode: 0644]