Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(531)

Issue 91540043: code review 91540043: cmd/gc: fix <-<-expr (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years ago by rsc
Modified:
10 years ago
Reviewers:
r, gobot, bradfitz
CC:
golang-codereviews, r, iant, khr
Visibility:
Public.

Description

cmd/gc: fix <-<-expr The temporary-introducing pass was not recursing into the argumnt of a receive operation. Fixes issue 8011.

Patch Set 1 #

Patch Set 2 : diff -r abe528ee4a57 https://code.google.com/p/go/ #

Patch Set 3 : diff -r abe528ee4a57 https://code.google.com/p/go/ #

Patch Set 4 : diff -r abe528ee4a57 https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -0 lines) Patch
M src/cmd/gc/order.c View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A test/fixedbugs/issue8011.go View 1 2 1 chunk +18 lines, -0 lines 0 comments Download

Messages

Total messages: 7
rsc
Hello golang-codereviews@googlegroups.com (cc: iant, khr, r), I'd like you to review this change to https://code.google.com/p/go/
10 years ago (2014-05-19 18:52:27 UTC) #1
r
LGTM
10 years ago (2014-05-19 18:59:07 UTC) #2
rsc
*** Submitted as https://code.google.com/p/go/source/detail?r=d419520d0d2e *** cmd/gc: fix <-<-expr The temporary-introducing pass was not recursing into ...
10 years ago (2014-05-19 19:08:05 UTC) #3
gobot
This CL appears to have broken the netbsd-amd64-bsiegert builder. See http://build.golang.org/log/fb06405fad3ba83903fdff073454ba091770ab8a
10 years ago (2014-05-19 19:20:10 UTC) #4
bradfitz
Looks possibly real: TestSelect: select { 0: blocking send canselect 1: nil Chan send } ...
10 years ago (2014-05-19 19:22:27 UTC) #5
rsc
Until I see this on a builder I trust, I'm going to assume this is ...
10 years ago (2014-05-19 19:32:30 UTC) #6
r
10 years ago (2014-05-19 20:00:29 UTC) #7
I don't believe this is real.

On Mon, May 19, 2014 at 12:32 PM, Russ Cox <rsc@golang.org> wrote:
> Until I see this on a builder I trust, I'm going to assume this is just the
> NetBSD builder randomly breaking, and it happened to break in a way that
> looks relevant to the CL being checked. Even a broken clock is right twice a
> day.
>
> Russ
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b