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

Issue 110980044: code review 110980044: cmd/gc: generate type alg after calling dowidth. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 10 months ago by remyoudompheng
Modified:
9 years, 7 months ago
Reviewers:
rsc, dvyukov
CC:
golang-codereviews, dvyukov, gobot, rsc
Visibility:
Public.

Description

cmd/gc: generate type alg after calling dowidth. Previously it might happen before calling dowidth and result in a compiler crash. Fixes issue 8060.

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -1 line) Patch
M src/cmd/gc/reflect.c View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A test/fixedbugs/issue8060.go View 1 1 chunk +9 lines, -0 lines 0 comments Download
A test/fixedbugs/issue8060.dir/a.go View 1 1 chunk +7 lines, -0 lines 0 comments Download
A test/fixedbugs/issue8060.dir/b.go View 1 1 chunk +13 lines, -0 lines 0 comments Download

Messages

Total messages: 6
remyoudompheng
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
9 years, 10 months ago (2014-07-09 21:53:59 UTC) #1
dvyukov
nice LGTM the compiler is closed, so wait for Russ I guess
9 years, 10 months ago (2014-07-10 07:33:06 UTC) #2
gobot
R=rsc@golang.org (assigned by dave@cheney.net)
9 years, 9 months ago (2014-07-21 09:25:03 UTC) #3
remyoudompheng
ping ?
9 years, 8 months ago (2014-09-02 22:26:23 UTC) #4
rsc
LGTM
9 years, 7 months ago (2014-09-15 15:42:52 UTC) #5
remyoudompheng
9 years, 7 months ago (2014-09-15 16:24:22 UTC) #6
*** Submitted as https://code.google.com/p/go/source/detail?r=d187e2797b7b ***

cmd/gc: generate type alg after calling dowidth.

Previously it might happen before calling dowidth and
result in a compiler crash.

Fixes issue 8060.

LGTM=dvyukov, rsc
R=golang-codereviews, dvyukov, gobot, rsc
CC=golang-codereviews
https://codereview.appspot.com/110980044
Sign in to reply to this message.

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