On Sat, Mar 17, 2012 at 14:52, Mike Schwartz <[email protected]> wrote:

> It is fixed in bleeding edge, however, isn't trunk supposed to be "tested"
> before it gets made available?


Define "tested" :-)
It compiles on the waterfall (the Linux bots there use GCC 4.4 currently)
and passes the test suite (except for whitelisted failures listed in the
various test.status files). Nobody ever claimed that it's guaranteed to
build with all the toolchains out there, nor that it can't ever contain any
bugs.

If you want more stability, use the branches (after they've matured a bit,
not directly after branching) instead of trunk. Currently, both the 3.7 and
3.8 branches are pretty safe bets.


> At least that's what the docs say :)
>
>
>  On Sat, Mar 17, 2012 at 5:34 AM, Jakob Kummerow 
> <[email protected]>wrote:
>
>>
>>
>> On Fri, Mar 16, 2012 at 23:17, mschwartz <[email protected]> wrote:
>>
>>>   CXX(target)
>>> /home/mschwartz/src/SilkJS/src/v8-read-only/out/x64.release/obj.target/v8_base/src/hydrogen-instructions.o
>>> ../src/hydrogen.cc: In member function ‘virtual void
>>> v8::internal::HGraphBuilder::VisitObjectLiteral(v8::internal::ObjectLiteral*)’:
>>> ../src/hydrogen.cc:3743:28: error: variable ‘name’ set but not used
>>> [-Werror=unused-but-set-variable]
>>>   CXX(target)
>>> /home/mschwartz/src/SilkJS/src/v8-read-only/out/x64.release/obj.target/v8_base/src/ic.o
>>> cc1plus: all warnings being treated as errors
>>>
>>> make[3]: ***
>>> [/home/mschwartz/src/SilkJS/src/v8-read-only/out/x64.release/obj.target/v8_base/src/hydrogen.o]
>>> Error 1
>>>
>>> Easy to fix by commenting out line 3743 in hydrogen.cc.
>>>
>>> But this really should be fixed in trunk, ya know?
>>>
>>
>> Thanks for reporting, but it's already 
>> fixed<http://code.google.com/p/v8/source/detail?r=11044>on bleeding_edge, ya 
>> know?
>>
>> The next push from bleeding_edge to trunk will probably happen on Monday.
>>
>>
>>>  --
>>> v8-users mailing list
>>> [email protected]
>>> http://groups.google.com/group/v8-users
>>
>>
>>  --
>> v8-users mailing list
>> [email protected]
>> http://groups.google.com/group/v8-users
>>
>
>  --
> v8-users mailing list
> [email protected]
> http://groups.google.com/group/v8-users
>

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

Reply via email to