[Issue 14424] [REG2.066] dmd crashes with __traits(getUnitTests)
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sat Apr 18 08:45:36 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14424
--- Comment #3 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/cb1b813ebf6ded1135e46cc0de9229d9e6b5926d
fix Issue 14424 - dmd crashes with __traits(getUnitTests)
It was necessary to avoid excessive semantic3 with -unittest -inline (see
commit 474e0d24191b0a964b38eae2ee5ba5eb972131b5), but today compiler
incrementally runs semantic3 of the candidate functions for inlining (see
commit df11f21be6873a944ee32cc3a664dd84387999b9). Therefore the hack is not
necessary anymore.
https://github.com/D-Programming-Language/dmd/commit/5f2bfa062e1741389d64fe7be78af06f8c4d415f
Merge pull request #4593 from 9rnsr/fix14424
[REG2.066] Issue 14424 - dmd crashes with __traits(getUnitTests)
--
More information about the Digitalmars-d-bugs
mailing list