Jump to page: 1 2
Thread overview
[Issue 14708] destructor for temporary not called during stack unwinding
Jun 17, 2015
Ketmar Dark
Aug 31, 2015
Kenji Hara
Sep 01, 2015
Vladimir Panteleev
Sep 23, 2015
Martin Nowak
Sep 23, 2015
Kenji Hara
Sep 27, 2015
Kenji Hara
Aug 29, 2020
Walter Bright
Sep 03, 2020
Dlang Bot
Sep 09, 2020
Dlang Bot
June 17, 2015
https://issues.dlang.org/show_bug.cgi?id=14708

--- Comment #1 from Ketmar Dark <ketmar@ketmar.no-ip.org> ---
GNU/Linux x86 fails too, as expected.

p.s. but GDC works. +1 to Iain! ;-)

--
August 31, 2015
https://issues.dlang.org/show_bug.cgi?id=14708

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--
September 01, 2015
https://issues.dlang.org/show_bug.cgi?id=14708

Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=14903

--
September 02, 2015
https://issues.dlang.org/show_bug.cgi?id=14708

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/e20c63cb28decb66c792b1dfc10d79aa0aebd7cf fix Issue 14708 - destructor for temporary not called during stack unwinding

https://github.com/D-Programming-Language/dmd/commit/38d31b0364e555ce42a8f47ca656e59b1cf90aad Merge pull request #5003 from 9rnsr/fix14696_cdmd

Issue 14696, 14708, and [REG2.068] 14979 - Fix destructor issues for temporary in conditional operator

--
September 02, 2015
https://issues.dlang.org/show_bug.cgi?id=14708

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
September 07, 2015
https://issues.dlang.org/show_bug.cgi?id=14708

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/e20c63cb28decb66c792b1dfc10d79aa0aebd7cf fix Issue 14708 - destructor for temporary not called during stack unwinding

https://github.com/D-Programming-Language/dmd/commit/38d31b0364e555ce42a8f47ca656e59b1cf90aad Merge pull request #5003 from 9rnsr/fix14696_cdmd

--
September 23, 2015
https://issues.dlang.org/show_bug.cgi?id=14708

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code@dawg.eu

--- Comment #4 from Martin Nowak <code@dawg.eu> ---
FWIW dmd currently emits SEH wrappers around any temporary destruction.
Weird that nobody yet noticed that. Doesn't this severely impact performance on
Win32?

--
September 23, 2015
https://issues.dlang.org/show_bug.cgi?id=14708

--- Comment #5 from github-bugzilla@puremagic.com ---
Commit pushed to stable at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/1a807d16b5d8ba87dbfd4344942a6708ef516896
Revert "fix Issue 14708 - destructor for temporary not called during stack
unwinding"

This reverts commit e20c63cb28decb66c792b1dfc10d79aa0aebd7cf.

# Conflicts:
#    test/runnable/sdtor.d

--
September 23, 2015
https://issues.dlang.org/show_bug.cgi?id=14708

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #6 from Kenji Hara <k.hara.pg@gmail.com> ---
It was once fixed in 2.068.0, but the compiler change was reverted because of issue 15056. Therefore, the issue will be reopened since 2.068.2.

--
September 24, 2015
https://issues.dlang.org/show_bug.cgi?id=14708

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--
« First   ‹ Prev
1 2