www.digitalmars.com         C & C++   DMDScript  

D.gnu - MinGW Release. D2.058 x86-64 20120513

reply Daniel Green <venix1 gmail.com> writes:
Please post all issues in D.gnu or on GDC's site 
https://bitbucket.org/goshawk/gdc

Due to the use of a newer runtime than TDM64-GCC it is **recommended** 
to install a copy specifically for GDC.

Features
  **ALPHA** As in, D2.058 support is still new.
  * D2.058
  * Debug information available using gnu-debuglink.
  * Removed D1(Did anyone use this feature?).
    * Due to current system breaking with repository changes and D1
      being discontinued at the end of the year.
  * binutils with TLS patches
  * mingw-w64-runtime with TLS and stdio fixes.
  * GCC 4.6.1 with TLS patches

Installation instructions:

1. Download and install TDM MinGW64
2. Extract the downloaded archive into the base of the newly installed 
TDM install.

If you've done this before, you can just do step 2.

MinGW64 installer
http://tdm-gcc.tdragon.net/

GDC binary
https://bitbucket.org/goshawk/gdc/downloads/gcc-4.6.1-tdm64-1-gdc-dd401b9-20120513-D2.058.7z

Changes:
  * Fixes __t.0 undefined references with interfaces.
  * Fixes 32-bit _Dmodule_ref issues.
  * sqlite3 is now part of libgphobos2.a.  (32/64-bit)

Known issues:
  * May break TDM64 C++.
  * Field-less structs will throw a null this exception.  When formatted 
by std.format.  runnable/test23.d
May 13 2012
parent Manu <turkeyman gmail.com> writes:
Awesome. Is this version much different than the prior release other than
the details you list? Does it include more recent DMD changes?


On 14 May 2012 07:20, Daniel Green <venix1 gmail.com> wrote:

 Please post all issues in D.gnu or on GDC's site
 https://bitbucket.org/goshawk/**gdc <https://bitbucket.org/goshawk/gdc>

 Due to the use of a newer runtime than TDM64-GCC it is **recommended** to
 install a copy specifically for GDC.

 Features
  **ALPHA** As in, D2.058 support is still new.
  * D2.058
  * Debug information available using gnu-debuglink.
  * Removed D1(Did anyone use this feature?).
   * Due to current system breaking with repository changes and D1
     being discontinued at the end of the year.
  * binutils with TLS patches
  * mingw-w64-runtime with TLS and stdio fixes.
  * GCC 4.6.1 with TLS patches

 Installation instructions:

 1. Download and install TDM MinGW64
 2. Extract the downloaded archive into the base of the newly installed TDM
 install.

 If you've done this before, you can just do step 2.

 MinGW64 installer
 http://tdm-gcc.tdragon.net/

 GDC binary
 https://bitbucket.org/goshawk/**gdc/downloads/gcc-4.6.1-tdm64-**
 1-gdc-dd401b9-20120513-D2.058.**7z<https://bitbucket.org/goshawk/gdc/downloads/gcc-4.6.1-tdm64-1-gdc-dd401b9-20120513-D2.058.7z>

 Changes:
  * Fixes __t.0 undefined references with interfaces.
  * Fixes 32-bit _Dmodule_ref issues.
  * sqlite3 is now part of libgphobos2.a.  (32/64-bit)

 Known issues:
  * May break TDM64 C++.
  * Field-less structs will throw a null this exception.  When formatted by
 std.format.  runnable/test23.d
May 14 2012