[Issue 18737] An assert(0) should be a leaf in constructor flow analysis

2018-04-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18737

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 18737] An assert(0) should be a leaf in constructor flow analysis

2018-04-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18737

--- Comment #2 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/88f48d698e19da62c0246e7f74e60477a4804ee6
fix Issue 18737 - An assert(0) should be a leaf in constructor flow analysis

https://github.com/dlang/dmd/commit/e84c0a07e61a6317c4de74fe072c7387fa411e1a
Merge pull request #8144 from WalterBright/fix18737

fix Issue 18737 - An assert(0) should be a leaf in constructor flow a…
merged-on-behalf-of: Razvan Nitu 

--


[Issue 18737] An assert(0) should be a leaf in constructor flow analysis

2018-04-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18737

--- Comment #1 from Walter Bright  ---
https://github.com/dlang/dmd/pull/8144

--