What version of the DMD front end is this GDC using?

2013-10-17 Thread Spacen Jasset
Hello, Which version of the DMD front end is this gdc release using? jason@adrastea:~$ gdc -v Using built-in specs. COLLECT_GCC=gdc COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6/lto-wrapper Target: i686-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro

Re: What version of the DMD front end is this GDC using?

2013-10-17 Thread H. S. Teoh
On Thu, Oct 17, 2013 at 09:52:17PM +0100, Spacen Jasset wrote: Hello, Which version of the DMD front end is this gdc release using? You can find out with this code: pragma(msg, __VERSION__); jason@adrastea:~$ gdc -v Using built-in specs. COLLECT_GCC=gdc