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

Issue 423073008: Fix build on Win64 for tests. (Closed)

Created:
6 years, 4 months ago by titzer
Modified:
6 years, 4 months ago
Reviewers:
Benedikt Meurer
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Fix build on Win64 for tests. R=bmeurer@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=22820

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -15 lines) Patch
M test/cctest/compiler/test-simplified-lowering.cc View 4 chunks +16 lines, -15 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
titzer
6 years, 4 months ago (2014-08-04 13:26:37 UTC) #1
Benedikt Meurer
LGTM
6 years, 4 months ago (2014-08-04 13:27:07 UTC) #2
titzer
Committed patchset #1 manually as 22820 (tree was closed).
6 years, 4 months ago (2014-08-04 13:27:40 UTC) #3
Sven Panne
6 years, 4 months ago (2014-08-04 13:32:04 UTC) #4
Message was sent while issue was closed.
On 2014/08/04 13:27:40, titzer wrote:
> Committed patchset #1 manually as 22820 (tree was closed).

This breaks the x64 build:

../test/cctest/compiler/test-simplified-lowering.cc: In function ‘void
TestRunLoadFieldFromUntaggedBase()’:
../test/cctest/compiler/test-simplified-lowering.cc:326:77: error: narrowing
conversion of ‘(i * 8ul)’ from ‘size_t {aka long unsigned int}’ to ‘int’ inside
{ } [-fpermissive]

etc.

Powered by Google App Engine
This is Rietveld 408576698