Thread overview
Release: GCC 4.6.1 GDC 1.072/2.057
Jan 02, 2012
Daniel Green
Jan 02, 2012
Vladimir Panteleev
Jan 04, 2012
Trass3r
January 02, 2012
Please post all issues in D.gnu or on GDC's site https://bitbucket.org/goshawk/gdc

Posted updated binaries for MinGW32 and MinGW64.
 * Requires TDM GCC 4.6.1 32 or 64-bit edition.
 * GDC revision e7639c523add.
 * Contains modified binutils and runtime files for TLS.
 * 7-zip format:  http://7-zip.org
 * Includes D1 and D2.
   * -v2 compiles for D2. Now the default.
   * -v1 to target D1.

32-bit release

https://bitbucket.org/goshawk/gdc/downloads/gcc-4.6.1-tdm-1-gdc-e7639c523add_20120102.7z

64-bit release

https://bitbucket.org/goshawk/gdc/downloads/gcc-4.6.1-tdm64-1-gdc-e7639c523add_20120102.7z

Downloads at https://bitbucket.org/goshawk/gdc/downloads

All patches, source files and build scripts can be found at https://bitbucket.org/venix1/mingw-gdc/
January 02, 2012
On Monday, 2 January 2012 at 15:31:40 UTC, Daniel Green wrote:
> Please post all issues in D.gnu or on GDC's site https://bitbucket.org/goshawk/gdc

Thank you for your work. This is the first release that builds one of my projects (RABCDAsm).

Associative arrays seem to be broken when using gdmd's -O switch. testaa.d from DMD's test suite reproduces this problem.

May I humbly suggest using DMD's test suite for future releases?
January 04, 2012
Just tested http://code.google.com/p/dgui/
gdc doesn't understand backslashes in response files.
And there are some strange errors that don't occur with dmd 2.057 even though it's frontend stuff. Maybe someone else could have a try.