[Issue 17949] ICE in dmangle.d
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Mar 23 22:06:38 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=17949
Walter Bright <bugzilla at digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |WORKSFORME
--- Comment #2 from Walter Bright <bugzilla at digitalmars.com> ---
I can't repro it, either. This PR may have fixed it:
https://github.com/dlang/dmd/commit/6517be5b3fe7bdcd8d9e6aa62eee9238bf8c13b9
with the addition of the `LINK.system` case.
The assert fail in the test case was probably the `default: assert(0);`
I'm going to mark this worksforme. If there are further problems with it,
please reopen.
--
More information about the Digitalmars-d-bugs
mailing list