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

Issue 10700162: Unbreak MSVC build by respecting explicit FmtElm constructor. This is (Closed)

Created:
8 years, 5 months ago by sanjoy
Modified:
8 years, 5 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Unbreak MSVC build by respecting explicit FmtElm constructor. This is a real bug caught by MSVC but not g++. BUG= TEST= Committed: https://code.google.com/p/v8/source/detail?r=12049

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
sanjoy
8 years, 5 months ago (2012-07-11 16:27:33 UTC) #1
Michael Starzinger
8 years, 5 months ago (2012-07-11 18:22:08 UTC) #2
LGTM. We should find out why the FmtElm(double) constructor is marked as
explicit. That is strange. But for now let's just fix it the fast way.

Powered by Google App Engine
This is Rietveld 408576698