Following invalid code crashes dmd. void main() { enum s = [string.min]; } output: test.d(3): Error: no property 'min' for type 'string' (crash)
https://github.com/D-Programming-Language/dmd/pull/877
Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/a157cf83a6593206f421c29cf62b9aef475b3772 fix Issue 7906 - [ICE] enum declaration with invalid array literal crashes dmd https://github.com/D-Programming-Language/dmd/commit/2b41879248b4c17e105b6c897baf8b8ebea0554f Merge pull request #877 from 9rnsr/fix7906 Issue 7906 - [ICE] enum declaration with invalid array literal crashes dmd
Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/c8b00cc2caaa4478d8154d29b18dcb5da26ee138 fix Issue 7906 test https://github.com/D-Programming-Language/dmd/commit/08f18dbb687d92e45711dd9e298d086639758856 Merge pull request #878 from 9rnsr/fix7906 fix Issue 7906 test
I'm pretty sure it's a duplicate, but can't find the other one again.:(
*** Issue 7792 has been marked as a duplicate of this issue. ***