]> Cypherpunks repositories - gostls13.git/commit
test: add test for gccgo bug #26495
authorCherry Zhang <cherryyz@google.com>
Fri, 20 Jul 2018 18:25:31 +0000 (14:25 -0400)
committerCherry Zhang <cherryyz@google.com>
Fri, 20 Jul 2018 20:08:15 +0000 (20:08 +0000)
commit48c79734ffc69c7137d5944eb6403b47075cfb77
treea726d36de46f1ec7917a65051e07526906f2948c
parent889809719738ff5708c3ae94b67e1827ce6ff1a4
test: add test for gccgo bug #26495

Gccgo produced incorrect order of evaluation for expressions
involving &&, || subexpressions. The fix is CL 125299.

Updates #26495.

Change-Id: I18d873281709f3160b3e09f0b2e46f5c120e1cab
Reviewed-on: https://go-review.googlesource.com/125301
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
test/fixedbugs/issue26495.go [new file with mode: 0644]