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

Issue 6845113: code review 6845113: cmd/gc: Error out on division by constant zero. (Closed)

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

Description

cmd/gc: Error out on division by constant zero. Fixes issue 4264.

Patch Set 1 #

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

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

Patch Set 4 : code review 6845113: cmd/gc: Error out on division by constant zero. #

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

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

Total comments: 4

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

Patch Set 8 : diff -r 9379ab966cb2 https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -3 lines) Patch
M src/cmd/gc/typecheck.c View 1 2 3 4 5 6 1 chunk +7 lines, -0 lines 0 comments Download
M test/64bit.go View 1 4 2 chunks +23 lines, -2 lines 0 comments Download
M test/fixedbugs/bug410.go View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A test/fixedbugs/issue4264.go View 1 2 3 4 5 6 1 chunk +19 lines, -0 lines 0 comments Download

Messages

Total messages: 8
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, 4 months ago (2012-12-02 10:57:27 UTC) #1
Charlie Dorian
Dividing a floating point value or a complex value by zero should not be an ...
12 years, 4 months ago (2012-12-03 01:52:01 UTC) #2
DMorsing
On 2012/12/03 01:52:01, Charlie Dorian wrote: > Dividing a floating point value or a complex ...
12 years, 4 months ago (2012-12-03 09:19:45 UTC) #3
DMorsing
Hello golang-dev@googlegroups.com, cldorian@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 3 months ago (2012-12-18 20:55:23 UTC) #4
rsc
Thanks for working on this, but I'm not 100% sure the spec is correct. The ...
12 years, 3 months ago (2012-12-22 15:12:10 UTC) #5
DMorsing
I completely forgot about this one. PTAL. Added a test and addressed the comments. Did ...
12 years, 2 months ago (2013-01-26 16:37:28 UTC) #6
rsc
LGTM Still not convinced we should do this, but go ahead and submit it.
12 years, 2 months ago (2013-01-30 17:21:16 UTC) #7
DMorsing
12 years, 2 months ago (2013-01-30 19:21:20 UTC) #8
*** Submitted as https://code.google.com/p/go/source/detail?r=b90cad8349e0 ***

cmd/gc: Error out on division by constant zero.

Fixes issue 4264.

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

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