Re: (Token t) is not callable using argument types (Token): GDC bug or not?

2017-01-29 Thread Iain Buclaw via D.gnu
On 29 January 2017 at 22:09, Iain Buclaw wrote: > On 29 January 2017 at 21:05, Matthias Klumpp via D.gnu > wrote: >> On Sunday, 29 January 2017 at 18:13:25 UTC, Iain Buclaw wrote: >>> >>> On 29 January 2017 at 19:12, Iain Buclaw wrote: On 29 January 2017 at 17:59, Matthias Klumpp via D

Re: (Token t) is not callable using argument types (Token): GDC bug or not?

2017-01-29 Thread Iain Buclaw via D.gnu
On 29 January 2017 at 21:05, Matthias Klumpp via D.gnu wrote: > On Sunday, 29 January 2017 at 18:13:25 UTC, Iain Buclaw wrote: >> >> On 29 January 2017 at 19:12, Iain Buclaw wrote: >>> >>> On 29 January 2017 at 17:59, Matthias Klumpp via D.gnu >>> wrote: Hi! When compiling Dustmit

Re: (Token t) is not callable using argument types (Token): GDC bug or not?

2017-01-29 Thread Matthias Klumpp via D.gnu
On Sunday, 29 January 2017 at 18:13:25 UTC, Iain Buclaw wrote: On 29 January 2017 at 19:12, Iain Buclaw wrote: On 29 January 2017 at 17:59, Matthias Klumpp via D.gnu wrote: Hi! When compiling Dustmite on Debian with GDC, the build runs into the following error on i386: ``` splitter.d:875:15

Re: (Token t) is not callable using argument types (Token): GDC bug or not?

2017-01-29 Thread Iain Buclaw via D.gnu
On 29 January 2017 at 19:12, Iain Buclaw wrote: > On 29 January 2017 at 17:59, Matthias Klumpp via D.gnu > wrote: >> Hi! >> When compiling Dustmite on Debian with GDC, the build runs into the >> following error on i386: >> ``` >> splitter.d:875:15: error: function >> splitter.DSplitter.postProces

Re: (Token t) is not callable using argument types (Token): GDC bug or not?

2017-01-29 Thread Iain Buclaw via D.gnu
On 29 January 2017 at 17:59, Matthias Klumpp via D.gnu wrote: > Hi! > When compiling Dustmite on Debian with GDC, the build runs into the > following error on i386: > ``` > splitter.d:875:15: error: function > splitter.DSplitter.postProcessBlockStatements.consume (Token t) is not > callable using

Re: (Token t) is not callable using argument types (Token): GDC bug or not?

2017-01-29 Thread Matthias Klumpp via D.gnu
Btw, the full build matrix with logs for all architectures can be viewed at https://buildd.debian.org/status/package.php?p=dustmite

(Token t) is not callable using argument types (Token): GDC bug or not?

2017-01-29 Thread Matthias Klumpp via D.gnu
Hi! When compiling Dustmite on Debian with GDC, the build runs into the following error on i386: ``` splitter.d:875:15: error: function splitter.DSplitter.postProcessBlockStatements.consume (Token t) is not callable using argument types (Token) if (consume(tokenLookup["if"]) || consume(tok