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

Issue 171770043: code review 171770043: cmd/gc: logical operators should produce untyped bool f...

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 5 months ago by cmang
Modified:
9 years, 4 months ago
Reviewers:
rsc
CC:
rsc, golang-codereviews, gri
Visibility:
Public.

Description

cmd/gc: logical operators should produce untyped bool for untyped operands Fixes issue 6671 for cmd/gc.

Patch Set 1 #

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

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

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

Total comments: 2

Patch Set 5 : diff -r cbe771d7fb7ec64e4a062ac99edf7b01d211c621 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -13 lines) Patch
M src/cmd/gc/typecheck.c View 1 2 3 4 1 chunk +7 lines, -0 lines 0 comments Download
R test/fixedbugs/issue3924.go View 1 1 chunk +0 lines, -13 lines 0 comments Download
A test/fixedbugs/issue6671.go View 1 1 chunk +24 lines, -0 lines 0 comments Download

Messages

Total messages: 4
cmang
Hello rsc@golang.org (cc: golang-codereviews@googlegroups.com, gri@golang.org), I'd like you to review this change to https://code.google.com/p/go
9 years, 5 months ago (2014-10-31 20:32:30 UTC) #1
rsc
LGTM but for go 1.5 please wait until the 1.5 cycle. https://codereview.appspot.com/171770043/diff/60001/src/cmd/gc/typecheck.c File src/cmd/gc/typecheck.c (right): ...
9 years, 5 months ago (2014-10-31 20:59:36 UTC) #2
cmang
https://codereview.appspot.com/171770043/diff/60001/src/cmd/gc/typecheck.c File src/cmd/gc/typecheck.c (right): https://codereview.appspot.com/171770043/diff/60001/src/cmd/gc/typecheck.c#newcode650 src/cmd/gc/typecheck.c:650: else if(l->type == idealbool || r->type == idealbool) { ...
9 years, 5 months ago (2014-10-31 21:02:57 UTC) #3
gobot
9 years, 4 months ago (2014-12-19 05:15:46 UTC) #4
R=close

To the author of this CL:

The Go project has moved to Gerrit Code Review.

If this CL should be continued, please see the latest version of
https://golang.org/doc/contribute.html for instructions on
how to set up Git and the Go project's Gerrit codereview plugin,
and then create a new change with your current code.

If there has been discussion on this CL, please give a link to it
(golang.org/cl/171770043 is best) in the description in your
new CL.

Thanks very much.
Sign in to reply to this message.

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