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

Issue 2256113002: Workaround for gcc array bound check issue (Closed)

Created:
4 years, 4 months ago by JaideepBajwa
Modified:
4 years, 4 months ago
CC:
v8-reviews_googlegroups.com, Hannes Payer (out of office), ulan, JoranSiu, john.yan, michael_dawson
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Workaround for gcc array bound check issue V8 doesn't build on Ubuntu 16.04 (with GCC 5.3). Seems to be a known regression on newer GCC version. It emits incorrect "error: array subscript is above array bounds" message. Adding explicit array bound check fixes the issue. R=hablich@chromium.org BUG= Committed: https://crrev.com/757ea240f4208cf954d1e70cb1505b44fbb1f2d8 Cr-Commit-Position: refs/heads/master@{#38721}

Patch Set 1 #

Total comments: 2

Patch Set 2 : moved array bound check to MaskCell #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -3 lines) Patch
M src/heap/slot-set.h View 1 1 chunk +9 lines, -3 lines 0 comments Download

Messages

Total messages: 15 (5 generated)
JaideepBajwa
PTAL
4 years, 4 months ago (2016-08-18 04:10:29 UTC) #1
Michael Hablich
On 2016/08/18 04:10:29, JaideepBajwa wrote: > PTAL added mlippautz and hpayer who are better qualified ...
4 years, 4 months ago (2016-08-18 08:35:45 UTC) #4
Michael Lippautz
Can you refer to a gcc bug? Just want to make sure that we don't ...
4 years, 4 months ago (2016-08-18 09:19:20 UTC) #5
JaideepBajwa
On 2016/08/18 09:19:20, Michael Lippautz wrote: > Can you refer to a gcc bug? Just ...
4 years, 4 months ago (2016-08-18 13:03:38 UTC) #6
Michael Lippautz
On 2016/08/18 13:03:38, JaideepBajwa wrote: > On 2016/08/18 09:19:20, Michael Lippautz wrote: > > Can ...
4 years, 4 months ago (2016-08-18 13:38:06 UTC) #7
JaideepBajwa
On 2016/08/18 13:38:06, Michael Lippautz wrote: > On 2016/08/18 13:03:38, JaideepBajwa wrote: > > On ...
4 years, 4 months ago (2016-08-18 13:46:21 UTC) #8
Michael Lippautz
On 2016/08/18 13:46:21, JaideepBajwa wrote: > On 2016/08/18 13:38:06, Michael Lippautz wrote: > > On ...
4 years, 4 months ago (2016-08-18 13:52:39 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2256113002/20001
4 years, 4 months ago (2016-08-18 14:08:33 UTC) #11
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-08-18 14:42:55 UTC) #13
commit-bot: I haz the power
4 years, 4 months ago (2016-08-18 14:43:19 UTC) #15
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/757ea240f4208cf954d1e70cb1505b44fbb1f2d8
Cr-Commit-Position: refs/heads/master@{#38721}

Powered by Google App Engine
This is Rietveld 408576698