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

Issue 134940044: code review 134940044: cmd/gc: fix undefined behaviour warnings in mparith3.c (Closed)

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

Description

cmd/gc: fix undefined behaviour warnings in mparith3.c Update issue 8527 Fixes two warnings: src/cmd/gc/mparith3.c:255:10: runtime error: shift exponent 52 is too large for 32-bit type 'int' src/cmd/gc/mparith3.c:254:14: runtime error: shift exponent 52 is too large for 32-bit type 'int'

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M src/cmd/gc/mparith3.c View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 5
dave_cheney.net
Hello r@golang.org, dvyukov@google.com (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
10 years, 6 months ago (2014-08-27 02:33:02 UTC) #1
rsc
LGTM
10 years, 6 months ago (2014-08-27 05:04:55 UTC) #2
dave_cheney.net
*** Submitted as https://code.google.com/p/go/source/detail?r=601ad8b62553 *** cmd/gc: fix undefined behaviour warnings in mparith3.c Update issue 8527 ...
10 years, 6 months ago (2014-08-27 05:26:44 UTC) #3
gobot
This CL appears to have broken the nacl-386 builder. See http://build.golang.org/log/745ce714768e97d94acf2a0fc1b8938c466083a4
10 years, 6 months ago (2014-08-27 18:12:37 UTC) #4
bradfitz
10 years, 6 months ago (2014-08-27 18:51:24 UTC) #5
Nope. That was my misconfiguration.



On Wed, Aug 27, 2014 at 11:12 AM, <gobot@golang.org> wrote:

> This CL appears to have broken the nacl-386 builder.
> See http://build.golang.org/log/745ce714768e97d94acf2a0fc1b8938c466083a4
>
>
> https://codereview.appspot.com/134940044/
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-codereviews" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-codereviews+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
Sign in to reply to this message.

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