March 25, 2012 [dmd-internals] [D-Programming-Language/dmd] 92c8e7: fix issue 7742 - 'More initializers than fields' e... | ||||
---|---|---|---|---|
| ||||
Attachments:
| 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@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 |
March 27, 2012 Re: [dmd-internals] [D-Programming-Language/dmd] 92c8e7: fix issue 7742 - 'More initializers than fields' e... | ||||
---|---|---|---|---|
| ||||
Posted in reply to GitHub | On Sun, 25 Mar 2012 21:30:22 +0200, GitHub <noreply@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@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? _______________________________________________ dmd-internals mailing list dmd-internals@puremagic.com http://lists.puremagic.com/mailman/listinfo/dmd-internals |
Copyright © 1999-2021 by the D Language Foundation