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

Issue 80560045: code review 80560045: cmd/gc: fix spurious "bad negated constant" for complex... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 7 months ago by minux1
Modified:
11 years, 6 months ago
Reviewers:
r, remyoudompheng
CC:
golang-codereviews, r, remyoudompheng, jscrockett01
Visibility:
Public.

Description

cmd/gc: fix spurious "bad negated constant" for complex constants. Fixes issue 7648.

Patch Set 1 #

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

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

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

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

Patch Set 6 : diff -r a07ead0b8bcf https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+403 lines, -970 lines) Patch
M src/cmd/gc/go.y View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/cmd/gc/y.tab.h View 1 3 chunks +21 lines, -25 lines 0 comments Download
M src/cmd/gc/y.tab.c View 1 312 chunks +347 lines, -945 lines 0 comments Download
A test/fixedbugs/issue7648.go View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
A test/fixedbugs/issue7648.dir/a.go View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
A test/fixedbugs/issue7648.dir/b.go View 1 2 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 8
minux1
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
11 years, 7 months ago (2014-03-26 18:45:21 UTC) #1
r
LGTM
11 years, 7 months ago (2014-03-27 11:58:43 UTC) #2
remyoudompheng
On 2014/03/27 11:58:43, r wrote: > LGTM Instead of changing the export data grammar to ...
11 years, 7 months ago (2014-03-27 17:12:20 UTC) #3
minux1
On Thu, Mar 27, 2014 at 1:12 PM, <remyoudompheng@gmail.com> wrote: > Instead of changing the ...
11 years, 7 months ago (2014-03-27 18:40:03 UTC) #4
jscrockett01
On Thursday, March 27, 2014 2:39:43 PM UTC-4, minux wrote: > On Thu, Mar 27, ...
11 years, 6 months ago (2014-03-31 19:27:23 UTC) #5
minux1
On Mon, Mar 31, 2014 at 3:27 PM, <jscrockett01@gmail.com> wrote: > On Thursday, March 27, ...
11 years, 6 months ago (2014-03-31 19:31:40 UTC) #6
remyoudompheng
LGTM i don't find a really better way, the export syntax of complex literals has ...
11 years, 6 months ago (2014-03-31 20:38:14 UTC) #7
minux1
11 years, 6 months ago (2014-04-01 06:55:43 UTC) #8
*** Submitted as https://code.google.com/p/go/source/detail?r=f8a06e7f703d ***

cmd/gc: fix spurious "bad negated constant" for complex constants.
Fixes issue 7648.

LGTM=r, remyoudompheng
R=golang-codereviews, r, remyoudompheng, jscrockett01
CC=golang-codereviews
https://codereview.appspot.com/80560045
Sign in to reply to this message.

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