Difference between revisions of "DMD v2.066.0-rc1"
(Created page with "{| class="wikitable sortable" border="1" |- ! scope="col" | OS ! scope="col" class="unsortable" | Binaries |- | ALL || [http://ftp.digitalmars.com/dmd.2.066.0-rc1.zip dmd.2....") |
|||
(One intermediate revision by one other user not shown) | |||
Line 5: | Line 5: | ||
|- | |- | ||
| ALL | | ALL | ||
− | || [http:// | + | || [http://downloads.dlang.org/pre-releases/2014/dmd.2.066.0-rc1.zip dmd.2.066.0-rc1.zip] |
|- | |- | ||
| FREEBSD | | FREEBSD | ||
− | || [http:// | + | || [http://downloads.dlang.org/pre-releases/2014/dmd.2.066.0-rc1.freebsd-32.zip dmd.2.066.0-rc1.freebsd-32.zip] <br />[http://downloads.dlang.org/pre-releases/2014/dmd.2.066.0-rc1.freebsd-64.zip dmd.2.066.0-rc1.freebsd-64.zip] |
|- | |- | ||
| LINUX | | LINUX | ||
− | || [http:// | + | || [http://downloads.dlang.org/pre-releases/2014/dmd.2.066.0-rc1.linux.zip dmd.2.066.0-rc1.linux.zip] <br /> |
− | [http:// | + | [http://downloads.dlang.org/pre-releases/2014/dmd_2.066.0~rc1-0_i386.deb dmd_2.066.0~rc1-0_i386.deb] <br /> |
− | [http:// | + | [http://downloads.dlang.org/pre-releases/2014/dmd_2.066.0~rc1-0_amd64.deb dmd_2.066.0~rc1-0_amd64.deb] <br /> |
− | [http:// | + | [http://downloads.dlang.org/pre-releases/2014/libphobos2-66_2.066.0~rc1-0_i386.deb libphobos2-66_2.066.0~rc1-0_i386.deb] <br /> |
− | [http:// | + | [http://downloads.dlang.org/pre-releases/2014/libphobos2-66_2.066.0~rc1-0_amd64.deb libphobos2-66_2.066.0~rc1-0_amd64.deb] <br /> |
− | [http:// | + | [http://downloads.dlang.org/pre-releases/2014/dmd-2.066.0~rc1-0.fedora.i386.rpm dmd-2.066.0~rc1-0.fedora.i386.rpm] <br /> |
− | [http:// | + | [http://downloads.dlang.org/pre-releases/2014/dmd-2.066.0~rc1-0.fedora.x86_64.rpm dmd-2.066.0~rc1-0.fedora.x86_64.rpm] <br /> |
− | [http:// | + | [http://downloads.dlang.org/pre-releases/2014/dmd-2.066.0~rc1-0.openSUSE.i386.rpm dmd-2.066.0~rc1-0.openSUSE.i386.rpm] <br /> |
− | [http:// | + | [http://downloads.dlang.org/pre-releases/2014/dmd-2.066.0~rc1-0.openSUSE.x86_64.rpm dmd-2.066.0~rc1-0.openSUSE.x86_64.rpm] |
|- | |- | ||
| OSX | | OSX | ||
− | || [http:// | + | || [http://downloads.dlang.org/pre-releases/2014/dmd.2.066.0-rc1.osx.zip dmd.2.066.0-rc1.osx.zip] <br />[http://downloads.dlang.org/pre-releases/2014/dmd.2.066.0-rc1.dmg dmd.2.066.0-rc1.dmg] |
|- | |- | ||
| WINDOWS | | WINDOWS | ||
− | || [http:// | + | || [http://downloads.dlang.org/pre-releases/2014/dmd.2.066.0-rc1.windows.zip dmd.2.066.0-rc1.windows.zip] <br />[http://downloads.dlang.org/pre-releases/2014/dmd-2.066.0-rc1.exe dmd-2.066.0-rc1.exe] |
|} | |} | ||
Line 55: | Line 55: | ||
==See also== | ==See also== | ||
* [[Beta Testing]] | * [[Beta Testing]] | ||
+ | |||
+ | [[Category: DMD Compiler]] |
Latest revision as of 19:17, 1 September 2015
Changes since v2.066.0-b6
- DMD
- fe52711 - fix Issue 11777 - [ICE] dmd memory corruption as `Scope::pop` `free`s `fieldinit` used also in `enclosing`
- f4a8858 - fix Issue 12164 - Function returning ptrdiff_t.min in 64-bit returning 0 when -O is set
- 79a406d - fix Issue 12242 - conflict error with public imports
- f79c6c5 - fix Issue 13023 - optimizer produces wrong code for comparision and division of ulong
- 6363a7f - fix Issue 13179 - AA key type TagIndex now requires equality rather than comparison
- 9ceed60 - fix Issue 13190 - Optimizer breaks comparison with zero
- ecb09de - fix Issue 13193 - Extreme slowdown in compilation time of OpenSSL in Tango for optimized build
- 3d33947 - fix Issue 13201 - Wrong "Warning: statement is not reachable" error with -w
- e15bd19 - fix Issue 13208 - [ICE](e2ir.c 2077) with array operation
- 6633be7 - fix Issue 13218 - [ICE] s2ir.c 142: Must fully qualify call to ParameterTypeTuple
- 9423fbf - fix Issue 13219 - segmentation fault in FuncDeclaration::getLevel
- 8a8a7cc - fix Issue 13220 - [ICE] 'global.gaggedErrors || global.errors' on line 750 in file 'statement.c'
- 02c6399 - fix Issue 13221 - [ICE] '0' on line 318 in file 'interpret.c'
- 58306b8 - fix Issue 13223 - Cannot deduce argument for array template parameters
- PHOBOS
- 8e0b336 - fix Issue 13210 - libphobos2.so not being built
- cdd26e3 - fix Issue 12923 - UTF exception in stride even though passes validate.
- TOOLS
- 9ce1216 - fix Issue 13178 - Duplicate symbol of compiler generated symbols