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

Issue 5332048: code review 5332048: gc: helpful message instead of internal error on method... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 4 months ago by lvd
Modified:
13 years, 4 months ago
Reviewers:
CC:
rsc, golang-dev
Visibility:
Public.

Description

gc: helpful message instead of internal error on method call on pointer to pointer. Fixes issue 2343.

Patch Set 1 #

Patch Set 2 : diff -r b876d7be1480 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r b876d7be1480 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r b876d7be1480 https://go.googlecode.com/hg/ #

Total comments: 6

Patch Set 5 : diff -r b876d7be1480 https://go.googlecode.com/hg/ #

Patch Set 6 : diff -r 3229dfaf2853 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -1 line) Patch
M src/cmd/gc/typecheck.c View 1 2 3 4 2 chunks +16 lines, -1 line 0 comments Download
A test/fixedbugs/bug371.go View 1 2 3 4 5 1 chunk +24 lines, -0 lines 0 comments Download

Messages

Total messages: 4
lvd
Hello rsc@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 4 months ago (2011-11-02 16:08:04 UTC) #1
rsc
LGTM http://codereview.appspot.com/5332048/diff/3003/src/cmd/gc/typecheck.c File src/cmd/gc/typecheck.c (right): http://codereview.appspot.com/5332048/diff/3003/src/cmd/gc/typecheck.c#newcode1663 src/cmd/gc/typecheck.c:1663: } else if(tt->etype == tptr && tt->type->etype == ...
13 years, 4 months ago (2011-11-02 16:13:31 UTC) #2
lvd
all done & submitting http://codereview.appspot.com/5332048/diff/3003/src/cmd/gc/typecheck.c File src/cmd/gc/typecheck.c (right): http://codereview.appspot.com/5332048/diff/3003/src/cmd/gc/typecheck.c#newcode1663 src/cmd/gc/typecheck.c:1663: } else if(tt->etype == tptr ...
13 years, 4 months ago (2011-11-02 16:17:33 UTC) #3
lvd
13 years, 4 months ago (2011-11-02 16:18:58 UTC) #4
*** Submitted as http://code.google.com/p/go/source/detail?r=b3385d4cb197 ***

gc: helpful message instead of internal error on method call on pointer to
pointer.

Fixes issue 2343.

R=rsc
CC=golang-dev
http://codereview.appspot.com/5332048
Sign in to reply to this message.

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