Yeah, I've seen this too. I was worried in might be a deeper bug. dtoa is craazzzyyy
On Tue, Aug 18, 2009 at 11:16 AM, <[email protected]> wrote: > Reviewers: Dean McNamee, > > Description: > fta (from Ubuntu) reported a build failure when building v8 with GCC > 4.4: > http://paste.ubuntu.com/255226/ > > This patch should, hopefully, fix that. > > Please review this at http://codereview.chromium.org/174005 > > SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ > > Affected files: > M src/third_party/dtoa/dtoa.c > > > Index: src/third_party/dtoa/dtoa.c > =================================================================== > --- src/third_party/dtoa/dtoa.c (revision 2670) > +++ src/third_party/dtoa/dtoa.c (working copy) > @@ -1535,7 +1535,7 @@ > double aadj, aadj1, adj, rv, rv0; > Long L; > ULong y, z; > - Bigint *bb, *bb1, *bd, *bd0, *bs, *delta; > + Bigint *bb = NULL, *bb1, *bd = NULL, *bd0, *bs = NULL, *delta = > NULL; > #ifdef SET_INEXACT > int inexact, oldinexact; > #endif > > > --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
