June 15, 2008
Hi,

My question is simple: does somebody know if gdc supports version 2.0 of the D programming language?
June 15, 2008
Vincenzo Ampolo wrote:
> Hi,
> 
> My question is simple: does somebody know if gdc supports version 2.0 of the D programming language?

Yes, see the INSTALL file.
(You need the SVN version)

./gcc/d/setup-gcc.sh --d-language-version=2
http://sourceforge.net/svn/?group_id=154306

--anders