[dmd-internals] [D-Programming-Language/dmd] e20c63: fix Issue 14708 - destructor for temporary not cal...
GitHub via dmd-internals
dmd-internals at puremagic.com
Wed Sep 2 01:56:33 PDT 2015
Branch: refs/heads/stable
Home: https://github.com/D-Programming-Language/dmd
Commit: e20c63cb28decb66c792b1dfc10d79aa0aebd7cf
https://github.com/D-Programming-Language/dmd/commit/e20c63cb28decb66c792b1dfc10d79aa0aebd7cf
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-09-01 (Tue, 01 Sep 2015)
Changed paths:
M src/backend/cod2.c
M test/runnable/sdtor.d
Log Message:
-----------
fix Issue 14708 - destructor for temporary not called during stack unwinding
Commit: 3bbe72b5fdc278fe1293c20b39af4f94b10070bb
https://github.com/D-Programming-Language/dmd/commit/3bbe72b5fdc278fe1293c20b39af4f94b10070bb
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-09-01 (Tue, 01 Sep 2015)
Changed paths:
M src/e2ir.c
M src/expression.c
M src/expression.h
M test/runnable/sdtor.d
Log Message:
-----------
fix Issue 14696 - destructor for temporary called before statement is complete with conditional operator
Commit: 38d31b0364e555ce42a8f47ca656e59b1cf90aad
https://github.com/D-Programming-Language/dmd/commit/38d31b0364e555ce42a8f47ca656e59b1cf90aad
Author: Martin Nowak <code at dawg.eu>
Date: 2015-09-02 (Wed, 02 Sep 2015)
Changed paths:
M src/backend/cod2.c
M src/e2ir.c
M src/expression.c
M src/expression.h
M test/runnable/sdtor.d
Log Message:
-----------
Merge pull request #5003 from 9rnsr/fix14696_cdmd
Issue 14696, 14708, and [REG2.068] 14979 - Fix destructor issues for temporary in conditional operator
Compare: https://github.com/D-Programming-Language/dmd/compare/e6e75a6892fc...38d31b0364e5
More information about the dmd-internals
mailing list