[dmd-internals] [D-Programming-Language/dmd] 92c8e7: fix issue 7742 - 'More initializers than fields' e...

Martin Nowak dawg at dawgfoto.de
Tue Mar 27 01:47:24 PDT 2012


On Sun, 25 Mar 2012 21:30:22 +0200, GitHub <noreply at github.com> wrote:

>   Branch: refs/heads/master
>   Home:   https://github.com/D-Programming-Language/dmd
>   Commit: 92c8e7bdcc9ad100f8efca5cac1095ff255413d3
>       https://github.com/D-Programming-Language/dmd/commit/92c8e7bdcc9ad100f8efca5cac1095ff255413d3
>   Author: Walter Bright <walter at walterbright.com>
>   Date:   2012-03-25 (Sun, 25 Mar 2012)
>
>   Changed paths:
>     M src/expression.c
>   M src/struct.c
>   M test/runnable/test42.d
>
>   Log Message:
>   -----------
>   fix issue 7742 - 'More initializers than fields' error with correct  
> number of fields
>

Test failed.  The logged output:
../src/dmd -m64 -Ifail_compilation   -odtest_results/fail_compilation  
-oftest_results/fail_compilation/fail91_0.o -c fail_compilation/fail91.d
fail_compilation/fail91.d(5): Error: struct fail91.S unknown size

Is anybody already working at fixing this?


More information about the dmd-internals mailing list