Issue 2301 in v8: Cant compile without fixing source

5 views
Skip to first unread message

codesite...@google.com

unread,
Aug 23, 2012, 2:09:52 PM8/23/12
to v8-...@googlegroups.com
Status: New
Owner: ----

New issue 2301 by enerc...@gmail.com: Cant compile without fixing source
http://code.google.com/p/v8/issues/detail?id=2301

Current svn checkout source uncompilable since warnings are treated as
errors. The warning is in line 1149:src/debug.cc which is comparing pointer
with arithmetic 0:
ASSERT(source_position >= 0);

Possible fix will be:
ASSERT(*source_position >= 0);

codesite...@google.com

unread,
Aug 24, 2012, 3:49:52 AM8/24/12
to v8-...@googlegroups.com
Updates:
Status: Invalid

Comment #1 on issue 2301 by yan...@chromium.org: Cant compile without
fixing source
http://code.google.com/p/v8/issues/detail?id=2301

This has been fixed since r10296, which was half a year ago. Please make
sure your checkout is up-to-date.

Reply all
Reply to author
Forward
0 new messages