Should GDC remove internal dependency on stdarg?

Artur Skawina art.08.09 at gmail.com
Fri Mar 16 04:33:16 PDT 2012


On 03/12/12 16:35, Iain Buclaw wrote:
> I'm picking up some old issues from bugzilla, this one is worth
> having a community review.
> 
> http://d.puremagic.com/issues/show_bug.cgi?id=1949
> 
> 
> Should hidden GCC features be imported from a magic module
> provided by gcc.* packages - or should the implementation be
> re-written using pragmas instead?

Well, what's the definition of "hidden" here? The access to "std" stuff
(varargs, intrinsics etc) might be done via pragmas in magic GCC modules,
but many user-accessible things need to be exposed via pragmas anyway.
And they need to be accessible from D - eg: how do you set GCCs align
attribute from D?... [1]

artur

[1] via pragmas; D's "align" does not count.


More information about the D.gnu mailing list