]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: disable open-coded defers on riscv64
authorJoel Sing <joel@sing.id.au>
Sun, 26 Jan 2020 22:32:52 +0000 (09:32 +1100)
committerJoel Sing <joel@sing.id.au>
Tue, 28 Jan 2020 02:40:44 +0000 (02:40 +0000)
commita858d15f11f87b53792a6afb156716b80f9634c7
tree45d33c0959ca0068850b31dd16de73bc31167113
parentd8e052667f6bb93eb444cc372d03a866973d4c1b
cmd/compile: disable open-coded defers on riscv64

Open-coded defers are currently broken on riscv64 - disable them for the
time being. All of the standard package tests now pass on linux/riscv64.

Updates issue #27532 and #36786

Change-Id: I20fc25ce91dfad48be32409ba5c64ca9a6acef1d
Reviewed-on: https://go-review.googlesource.com/c/go/+/216517
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Dan Scales <danscales@google.com>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/gc/ssa.go
test/defererrcheck.go