On 15 May 2010 17:51, Daniel Gibson <metalcae...@gmail.com> wrote:

> I just found the following Bugreport in Ubuntu's bugtracker:
> https://bugs.launchpad.net/ubuntu/+source/gdc-4.3/+bug/570913
> ("Classes nested in functions are not written to object files"), I guess
> it's the same bug.
>
> Cheers,
> - Daniel
>
>
>
That indeed it is, and I've been aware of it for a while.

I actually fixed this with the patch in bug 581240 - hitting two birds with
one stone.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581240#20

If you have a look, the update addresses two things.

1) Create a cgraph node only if a function requires a static chain - we
don't care if the tree code isn't FUNCTION_DECL.
2) Omit frame pointers in naked functions (bug #581240).


I see you raised another bug in libphobos, I'll have a look at that first
before letting Matthias know to update gdc in sid.

Regards

-- 
Iain Buclaw

*(p < e ? p++ : p) = (c & 0x0f) + '0';

Reply via email to