LDC 0.11.0 release process

David Nadlinger see at klickverbot.at
Sun May 12 06:50:36 PDT 2013


On Sunday, 12 May 2013 at 12:30:47 UTC, David Nadlinger wrote:
> Test case:
> ---
> extern(C) int printf(const char*, ...);
>
> void foo()() {
>     static int i;
>     printf("%x\n", &i);
> }
>
> void main() {
>     foo();
> }
> ---

This is not a regression on our side, it happens with the 0.10.0 
release as well.

Seems to go away when enabling PIC though – I guess it should be 
the default anyway on OS X? (matching what Clang does)

David


More information about the digitalmars-d-ldc mailing list