Got compiler crash in Mangler::mangleFuncType
Stefan Koch via Digitalmars-d
digitalmars-d at puremagic.com
Sat Mar 25 10:31:33 PDT 2017
On Saturday, 25 March 2017 at 13:34:43 UTC, Uranuz wrote:
> On Saturday, 25 March 2017 at 07:57:11 UTC, Stefan Koch wrote:
>> [...]
>
> If you wish to help. You are welcome) I created branch in my
> repository `https://github.com/uranuz/ivy` called
> `v0.1/fail_on_compiler_error`. Seems that error depends on the
> order of source files that were passed to DMD. The way that
> error occurs is using RDMD utility, by running command(in
> project root folder):
> rdmd "-Isrc/" -ofsimple_run_test test/simple_run_test.d
>
> [...]
I can reproduce this.
The function which fails is:
DirAttrsBlock.this(DirAttrKind attrKind,
DirValueAttr!true[string] attrs)
More information about the Digitalmars-d
mailing list