Status: New
Owner: ----
New issue 727 by [email protected]: src/objects.cc:2869: error: 'index'
may be used uninitialized in this function
http://code.google.com/p/v8/issues/detail?id=727
Around line 2869 of objects.cc file in the function LookupAccessor(), there
sia variable called index. That index is supposed to be initialized by
AsArrayIndex(&index) function. However, not all paths in that function
intialize the index variable. When Crosstoolv14 compiler compiles the
function with -Werror, it throws an error.
index should be intialized to -1 or some other invalid value.
This will enable Crosstoolv14 to build ChromeOS.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev