Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Issue 1575873006: Subzero: Fix g++ warnings. (Closed)

Created:
4 years, 11 months ago by Jim Stichnoth
Modified:
4 years, 11 months ago
Reviewers:
Karl, sehr, John
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Subzero: Fix g++ warnings. This tries to use the same -W options that the buildbots use, to reduce the amount of warning spam in the logs. BUG= none R=jpp@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=b0051dfaca6e957fa62ab61c0ef2a42df7964d37

Patch Set 1 #

Total comments: 4

Patch Set 2 : Code review changes #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+189 lines, -117 lines) Patch
M Makefile.standalone View 1 chunk +8 lines, -3 lines 0 comments Download
M src/IceAssemblerARM32.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M src/IceCfgNode.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M src/IceClFlags.cpp View 1 chunk +6 lines, -0 lines 0 comments Download
M src/IceClFlagsExtra.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/IceCompileServer.cpp View 1 chunk +6 lines, -0 lines 0 comments Download
M src/IceCompiler.cpp View 2 chunks +7 lines, -2 lines 0 comments Download
M src/IceConverter.cpp View 2 chunks +6 lines, -0 lines 0 comments Download
M src/IceGlobalContext.cpp View 1 chunk +6 lines, -0 lines 0 comments Download
M src/IceGlobalInits.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/IceInstARM32.cpp View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/IceTargetLoweringARM32.cpp View 1 4 chunks +5 lines, -4 lines 0 comments Download
M src/IceTargetLoweringX8632Traits.h View 1 1 chunk +4 lines, -1 line 0 comments Download
M src/IceTargetLoweringX8664Traits.h View 1 1 chunk +4 lines, -1 line 0 comments Download
M src/IceTimerTree.cpp View 1 chunk +6 lines, -0 lines 0 comments Download
M src/IceTypeConverter.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/IceUtils.h View 1 1 chunk +98 lines, -101 lines 1 comment Download
M src/PNaClTranslator.cpp View 1 3 chunks +9 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (3 generated)
Jim Stichnoth
To get a feel for the warnings being fixed, try applying just the Makefile.standalone change, ...
4 years, 11 months ago (2016-01-12 17:10:02 UTC) #3
John
lgtm https://codereview.chromium.org/1575873006/diff/1/src/IceAssemblerARM32.cpp File src/IceAssemblerARM32.cpp (right): https://codereview.chromium.org/1575873006/diff/1/src/IceAssemblerARM32.cpp#newcode390 src/IceAssemblerARM32.cpp:390: llvm_unreachable("(silence g++ warning)"); This is surprising to me. ...
4 years, 11 months ago (2016-01-12 18:09:07 UTC) #4
Jim Stichnoth
https://codereview.chromium.org/1575873006/diff/1/src/IceAssemblerARM32.cpp File src/IceAssemblerARM32.cpp (right): https://codereview.chromium.org/1575873006/diff/1/src/IceAssemblerARM32.cpp#newcode390 src/IceAssemblerARM32.cpp:390: llvm_unreachable("(silence g++ warning)"); On 2016/01/12 18:09:07, John wrote: > ...
4 years, 11 months ago (2016-01-13 19:30:33 UTC) #5
Jim Stichnoth
4 years, 11 months ago (2016-01-13 19:39:20 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
b0051dfaca6e957fa62ab61c0ef2a42df7964d37 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698