https://issues.dlang.org/show_bug.cgi?id=15661
--- Comment #5 from [email protected] --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/5a235b87ddbbdd01e08106ce099f31c72b670043 fix Issue 15661 - Destructor called while object still alive By the PR #4078, some preparation code has been inserted before a constructor call expression. Then, `AssignExp` had failed to recognize the ctor call form. https://github.com/D-Programming-Language/dmd/commit/06a5ae5077e6e7ae9da01fb3293b3df6ce7c1a84 Merge pull request #5431 from 9rnsr/fix15661 [REG2.067.0] Issue 15661 - Destructor called while object still alive --
