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

Issue 72360045: code review 72360045: cmd/dist: set -Wuninitialized only when -O is also set. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 1 month ago by minux1
Modified:
10 years, 1 month ago
Reviewers:
iant
CC:
golang-codereviews, dave_cheney.net, iant
Visibility:
Public.

Description

cmd/dist: set -Wuninitialized only when -O is also set. GCC on OS X 10.6 doesn't support -Wuninitialized without -O. Fixes issue 7492.

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -6 lines) Patch
M src/cmd/dist/build.c View 1 2 chunks +7 lines, -6 lines 0 comments Download

Messages

Total messages: 7
minux1
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
10 years, 1 month ago (2014-03-07 22:32:17 UTC) #1
dave_cheney.net
Wow. That must be an ancient version of Xcode. Your fix is correct, but I ...
10 years, 1 month ago (2014-03-07 22:37:06 UTC) #2
minux1
On Fri, Mar 7, 2014 at 5:36 PM, Dave Cheney <dave@cheney.net> wrote: > Wow. That ...
10 years, 1 month ago (2014-03-07 22:57:10 UTC) #3
minux1
ping
10 years, 1 month ago (2014-03-26 04:03:19 UTC) #4
minux1
R=iant
10 years, 1 month ago (2014-03-26 04:03:33 UTC) #5
iant
LGTM
10 years, 1 month ago (2014-03-26 05:47:12 UTC) #6
minux1
10 years, 1 month ago (2014-03-26 18:20:21 UTC) #7
*** Submitted as https://code.google.com/p/go/source/detail?r=7beaf39c4e79 ***

cmd/dist: set -Wuninitialized only when -O is also set.
GCC on OS X 10.6 doesn't support -Wuninitialized without -O.
Fixes issue 7492.

LGTM=iant
R=golang-codereviews, dave, iant
CC=golang-codereviews
https://codereview.appspot.com/72360045
Sign in to reply to this message.

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