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

Issue 2019113002: PPC: initializing array to fix compiler error maybe-uninitialized (Closed)

Created:
4 years, 6 months ago by JaideepBajwa
Modified:
4 years, 6 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

PPC: initializing array to fix compiler error maybe-uninitialized This error is specific to PPC on native(sim builds fine), seems AddHexEncodedToBuffer is inlined (with -fno-inline it passes) and the compiler emits error that the array may be used uninitialized in this function. I'm not entirely sure why this occurs only on PPC (native). R=franzih@chromium.org, bmeurer@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com, mbrandy@us.ibm.com BUG= LOG=N Committed: https://crrev.com/0e5c6a4bb9b3ff06e469ae437a292b1e94531d25 Cr-Commit-Position: refs/heads/master@{#36628}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/uri.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 20 (9 generated)
JaideepBajwa
PTAL
4 years, 6 months ago (2016-05-27 21:16:40 UTC) #1
Franzi
Thanks! LGTM
4 years, 6 months ago (2016-05-30 17:33:12 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2019113002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2019113002/1
4 years, 6 months ago (2016-05-30 18:04:32 UTC) #6
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full ...
4 years, 6 months ago (2016-05-30 18:04:34 UTC) #8
john.yan
lgtm
4 years, 6 months ago (2016-05-30 18:15:01 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2019113002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2019113002/1
4 years, 6 months ago (2016-05-30 20:59:37 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/16194)
4 years, 6 months ago (2016-05-30 21:04:25 UTC) #13
Benedikt Meurer
LGTM (rubber-stamped)
4 years, 6 months ago (2016-06-01 03:47:29 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2019113002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2019113002/1
4 years, 6 months ago (2016-06-01 03:47:43 UTC) #16
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 6 months ago (2016-06-01 04:21:19 UTC) #18
commit-bot: I haz the power
4 years, 6 months ago (2016-06-01 04:24:06 UTC) #20
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/0e5c6a4bb9b3ff06e469ae437a292b1e94531d25
Cr-Commit-Position: refs/heads/master@{#36628}

Powered by Google App Engine
This is Rietveld 408576698