On 7 November 2013 07:00, Joseph Rushton Wakeling <joseph.wakeling@webdrake.net> wrote:
On Thursday, 7 November 2013 at 06:07:53 UTC, kahuna wrote:
It seems that latest version available from bitbucket

Are your previous build attempts also from BitBucket-hosted code? The most up-to-date GDC source is on GitHub.

See Type::getTypeInfoIdent where the frontend force changes the symbol name.  Am yet to come to an agreement on how to deal with backend-specific symbol prefixes.   C++ mangling is also likely broken too if you are seeing this behaviour. (see cpp_mangle).

Regards
--
Iain Buclaw

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