Release: MinGW GCC 4.6.1 GDC 1.070/2,.055

bearophile bearophileHUGS at lycos.com
Sun Dec 11 16:33:51 PST 2011


Daniel Green:

> I've repackaged and tested it from a clean install.
> 
> https://bitbucket.org/goshawk/gdc/downloads/gcc-4.6.1-tdm-1-gdc-7e22befef29c-20111211.7z

Now it compiles a working hello world, thank you :-)

A not stripped hello world is 3_908_177 bytes, much bigger than the binary produced by DMD, and it's 677_888 bytes stripped.
DMD 2.057beta+optilink produce a 932_892 bytes hello world binary, while using the same DMD+ulink it becomes 334_576 bytes.

If I compile the little D coins program here:
http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D&article_id=151610

Using:
gdc -v2 coins.d -o coins.exe

When I run it it crashes immediately with no error messages :-(

Bye,
bearophile


More information about the Digitalmars-d-announce mailing list