Re: does gdc recognize @nogc?

2015-04-27 Thread drug via D.gnu
On 27.04.2015 17:57, Iain Buclaw via D.gnu wrote: I'm not sure, but I checked it double. I downloaded here https://packages.debian.org/jessie/gdc-4.9 https://packages.debian.org/sid/gdc-4.9 https://packages.debian.org/experimental/gdc-4.9 the same result That's the debian package, which would b

Re: Build script for a cross compiler

2015-04-27 Thread Iain Buclaw via D.gnu
On 28 April 2015 at 07:00, Timo Sintonen via D.gnu wrote: > People have been asking a build script Here is one I have > written. This was originally ment to build gdc in a virtual > machine but I did not get this to work in a vm. There were always > missing something or some issues like 32/64 bit

Re: Build script for a cross compiler

2015-04-27 Thread Mike via D.gnu
On Tuesday, 28 April 2015 at 05:00:50 UTC, Timo Sintonen wrote: ../$gccver/configure --target=arm-eabi --disable-bootstrap \ --enable-languages=c --enable-multilib --disable-nls \ --without-isl --without-cloog \ --without-gmp --without-mpfr --without-mpc \ --disable-libphobos I th

Build script for a cross compiler

2015-04-27 Thread Timo Sintonen via D.gnu
People have been asking a build script Here is one I have written. This was originally ment to build gdc in a virtual machine but I did not get this to work in a vm. There were always missing something or some issues like 32/64 bit mismatch. This script gets the current head of gdc, loads the req

Re: does gdc recognize @nogc?

2015-04-27 Thread Iain Buclaw via D.gnu
On 27 April 2015 at 16:22, drug via D.gnu wrote: > On 27.04.2015 16:43, Iain Buclaw via D.gnu wrote: >> >> On 27 April 2015 at 15:15, drug via D.gnu wrote: >>> >>> I download gdc from official gdc downloading page but it give me error >>> compiling this code: >>> ``` >>> class Foo >>> { >>>

Re: does gdc recognize @nogc?

2015-04-27 Thread drug via D.gnu
On 27.04.2015 16:43, Iain Buclaw via D.gnu wrote: On 27 April 2015 at 15:15, drug via D.gnu wrote: I download gdc from official gdc downloading page but it give me error compiling this code: ``` class Foo { this(long timestamp) nothrow @nogc { ... } } ``` the error messa

Re: does gdc recognize @nogc?

2015-04-27 Thread Iain Buclaw via D.gnu
On 27 April 2015 at 15:15, drug via D.gnu wrote: > I download gdc from official gdc downloading page but it give me error > compiling this code: > ``` > class Foo > { > this(long timestamp) nothrow @nogc > { > ... > } > } > ``` > the error message is > ``` > error: user defined

does gdc recognize @nogc?

2015-04-27 Thread drug via D.gnu
I download gdc from official gdc downloading page but it give me error compiling this code: ``` class Foo { this(long timestamp) nothrow @nogc { ... } } ``` the error message is ``` error: user defined attributes cannot appear as postfixes ``` Looks like gdc doesn't know what

[Bug 182] New: Travis CI is brocken

2015-04-27 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=182 Bug ID: 182 Summary: Travis CI is brocken Product: GDC Version: 4.9.x Hardware: All OS: All Status: NEW Severity: normal Priority: Normal

[Bug 181] Missing tags for recent frontend merges

2015-04-27 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=181 --- Comment #7 from Iain Buclaw --- Perhaps we better make the next commit "upgrade to 2.067.1" then. :) -- You are receiving this mail because: You are watching all bug changes.