[Issue 17949] ICE in dmangle.d

2018-03-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17949

Walter Bright  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #2 from Walter Bright  ---
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.

--


[Issue 17949] ICE in dmangle.d

2018-03-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17949

Walter Bright  changed:

   What|Removed |Added

   Keywords||industry
 CC||bugzi...@digitalmars.com

--


[Issue 17949] ICE in dmangle.d

2018-03-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17949

Mike Franklin  changed:

   What|Removed |Added

 CC||slavo5...@yahoo.com

--- Comment #1 from Mike Franklin  ---
See https://run.dlang.io/is/7Vljp1

This needs a better test case.  I can't reproduce it.

--