DMD v2.066.0-b3

Dragos Carp via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Mon Jul 14 04:57:32 PDT 2014


>
>     LINUX
>     ftp.digitalmars.com/dmd.2.066.0-b3.linux.zip

I think something got wrong on building the 2.066.0-b3. The 
sources from dmd.2.066.0-b3.linux.zip are not the same with the 
tagged version 2.066.0-b3 in git (for dmd at least).

For example:
unzipped dmd2.066-b3/src/dmd/nogc.c:65
         if (v && (v->storage_class & (STCmanifest | STCstatic)) 
== 0 && v->init)
git v2.066.0-b3 dmd/src/nogc.c:65
         if (v && !(v->storage_class & STCmanifest) && 
!v->isDataseg() && v->init)


Maybe you should rebuild this or simply ignore -b3 and create a 
-b4.

Because of improper tagging, testing actual binaries of -b3 makes 
no sense.




More information about the Digitalmars-d-announce mailing list