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

Issue 6927043: code review 6927043: cmd/gc: remove bad check for BADWIDTH (Closed)

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

Description

cmd/gc: remove bad check for BADWIDTH This check for BADWIDTH might happen while in defercheckwidth, making it raise errors for non-erroneous situations. Fixes issue 4495.

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -2 lines) Patch
M src/cmd/gc/typecheck.c View 1 1 chunk +0 lines, -2 lines 0 comments Download
A test/fixedbugs/issue4495.go View 1 1 chunk +29 lines, -0 lines 0 comments Download

Messages

Total messages: 5
DMorsing
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
12 years, 6 months ago (2012-12-10 22:02:32 UTC) #1
rsc
I believe this silences the error, but the reason for checking is that a few ...
12 years, 6 months ago (2012-12-10 22:35:13 UTC) #2
DMorsing
On 2012/12/10 22:35:13, rsc wrote: > I believe this silences the error, but the reason ...
12 years, 6 months ago (2012-12-10 23:06:57 UTC) #3
rsc
LGTM
12 years, 6 months ago (2012-12-10 23:09:41 UTC) #4
DMorsing
12 years, 6 months ago (2012-12-11 16:36:16 UTC) #5
*** Submitted as https://code.google.com/p/go/source/detail?r=854744b0b82b ***

cmd/gc: remove bad check for BADWIDTH

This check for BADWIDTH might happen while in defercheckwidth, making it raise
errors for non-erroneous situations.

Fixes issue 4495.

R=golang-dev, rsc
CC=golang-dev
https://codereview.appspot.com/6927043
Sign in to reply to this message.

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