]> Cypherpunks repositories - gostls13.git/commit
test: add test for gccgo compiler crash
authorIan Lance Taylor <iant@golang.org>
Tue, 28 Mar 2017 19:41:40 +0000 (12:41 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 28 Mar 2017 20:05:34 +0000 (20:05 +0000)
commit835b17c85f62c0e952646ace959510aca6c28568
tree50dee5406c5e22148cc353c0083d93d6aa16f25e
parent4b50c81356b7e36ae1de1651eb3f5fb9df3211dd
test: add test for gccgo compiler crash

Gccgo crashed compiling a function that returned multiple zero-sized values.

Change-Id: I499112cc310e4a4f649962f4d2bc9fee95dee1b6
Reviewed-on: https://go-review.googlesource.com/38772
Reviewed-by: Than McIntosh <thanm@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
test/fixedbugs/gcc80226.go [new file with mode: 0644]