0
1
mirror of https://github.com/golang/go synced 2025-07-13 21:24:45 +00:00
Files
go/test/fixedbugs/issue5162.go
Rémy Oudompheng df9f4f14b9 cmd/gc: do not reuse bool temporaries for composite equality.
Reusing it when multiple comparisons occurred in the same
function call led to bad overwriting.

Fixes #5162.

R=golang-dev, daniel.morsing
CC=golang-dev
https://golang.org/cl/8174047
2013-04-01 21:01:50 +02:00

2.3 KiB