|
From: Jeremy F. <je...@go...> - 2004-03-05 01:23:36
|
On Thu, 2004-03-04 at 15:52, George Staikos wrote: > As a followup, with the latest PPC patch and this patch applied, things work > better, but are still quite broken. The simple 'cout << "Hello world"' app > now works fine (no errors reported), but with the Qt examples/hello demo I > get 30000: > ==26698== Conditional jump or move depends on uninitialised value(s) Well, I wonder if Paul's accurate validity checking for add will help this? > At startup I also see: > > @@ expected ';' at type attrib (ptr="(99,1),(8,12)") > @@ unlikely looking definition in unparsed remains "(0,219)=@(99,1),(8,12)" > > I saw this yesterday when I tried the size <= 0 patch too. OK, that's different - it's something in the stabs it doesn't understand. Can you include a bit more context? J |