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

Issue 171760043: code review 171760043: compiler: Logical operators should yield untyped bool f...

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years ago by cmang
Modified:
11 years ago
Reviewers:
iant
CC:
iant, gofrontend-dev_googlegroups.com, gri
Visibility:
Public.

Description

compiler: Logical operators should yield untyped bool for untyped operands. Fixes issue 6671 for gccgo.

Patch Set 1 #

Patch Set 2 : diff -r 21b8b46b67f2 https://code.google.com/p/gofrontend #

Patch Set 3 : diff -r 21b8b46b67f2 https://code.google.com/p/gofrontend #

Total comments: 2

Patch Set 4 : diff -r 1cdb2376229c https://code.google.com/p/gofrontend #

Patch Set 5 : diff -r 1cdb2376229c https://code.google.com/p/gofrontend #

Total comments: 2

Patch Set 6 : diff -r 1cdb2376229c https://code.google.com/p/gofrontend #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -9 lines) Patch
M go/expressions.cc View 1 chunk +0 lines, -9 lines 0 comments Download

Messages

Total messages: 7
cmang
Hello iant@golang.org (cc: gofrontend-dev@googlegroups.com, gri@golang.org), I'd like you to review this change to https://code.google.com/p/gofrontend
11 years ago (2014-10-31 20:57:54 UTC) #1
iant
https://codereview.appspot.com/171760043/diff/40001/go/statements.cc File go/statements.cc (right): https://codereview.appspot.com/171760043/diff/40001/go/statements.cc#newcode3849 go/statements.cc:3849: Statement::make_temporary(val->type(), val, loc); Why do you need this change? ...
11 years ago (2014-10-31 23:15:19 UTC) #2
cmang
I think this approach is simpler than what I was attempting to do at first. ...
11 years ago (2014-11-03 22:42:11 UTC) #3
iant
https://codereview.appspot.com/171760043/diff/80001/go/statements.cc File go/statements.cc (right): https://codereview.appspot.com/171760043/diff/80001/go/statements.cc#newcode567 go/statements.cc:567: may_be_abstract = true; This doesn't feel right to me. ...
11 years ago (2014-11-04 14:18:28 UTC) #4
cmang
https://codereview.appspot.com/171760043/diff/80001/go/statements.cc File go/statements.cc (right): https://codereview.appspot.com/171760043/diff/80001/go/statements.cc#newcode567 go/statements.cc:567: may_be_abstract = true; On 2014/11/04 14:18:28, iant wrote: > ...
11 years ago (2014-11-04 17:10:18 UTC) #5
iant
LGTM
11 years ago (2014-11-04 17:44:43 UTC) #6
iant
11 years ago (2014-11-04 17:45:01 UTC) #7
*** Submitted as https://code.google.com/p/gofrontend/source/detail?r=836325fe0181 *** compiler: Logical operators should yield untyped bool for untyped operands. Fixes issue 6671 for gccgo. LGTM=iant R=iant CC=gofrontend-dev, gri https://codereview.appspot.com/171760043 Committer: Ian Lance Taylor <iant@golang.org>
Sign in to reply to this message.

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