Comment #19 on issue 1291 by [email protected]: V8 does not compile with GCC 4.6 (various compiler warnings)
http://code.google.com/p/v8/issues/detail?id=1291

@18: Sven's fix is in the bleeding_edge branch, it has not been pushed to trunk yet. Looking at http://code.google.com/p/v8/source/browse/branches/bleeding_edge/src/ia32/full-codegen-ia32.cc#4083, the variable "strict" that your compiler complains about no longer exists in that function.

Note that it's unclear when the next push to trunk will happen, as the team is currently ironing out issues with the new GC that has recently been merged into bleeding_edge. You can checkout bleeding_edge in the meantime, but don't be surprised if that has failing test cases, or doesn't even compile every now and then.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to