Jump to page: 1 2
Thread overview
[Issue 17451] ICE in ddmd/declaration.d(2179)
May 29, 2017
Walter Bright
May 29, 2017
Walter Bright
May 30, 2017
Walter Bright
Mar 24, 2020
Walter Bright
Mar 24, 2020
Walter Bright
May 29, 2017
https://issues.dlang.org/show_bug.cgi?id=17451

--- Comment #1 from greensunny12@gmail.com ---
According to a bisect this can happen since: https://github.com/dlang/dmd/pull/6550

--
May 29, 2017
https://issues.dlang.org/show_bug.cgi?id=17451

--- Comment #2 from greensunny12@gmail.com ---
> According to a bisect this can happen since: https://github.com/dlang/dmd/pull/6550

Please ignore, the PR in which the failing check was introduced is:

https://github.com/dlang/dmd/pull/6065

--
May 29, 2017
https://issues.dlang.org/show_bug.cgi?id=17451

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice
                 CC|                            |bugzilla@digitalmars.com

--
May 29, 2017
https://issues.dlang.org/show_bug.cgi?id=17451

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|x86_64                      |All
                 OS|Linux                       |All

--
May 29, 2017
https://issues.dlang.org/show_bug.cgi?id=17451

uplink.coder@googlemail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |uplink.coder@googlemail.com

--- Comment #3 from uplink.coder@googlemail.com ---
Destructors are now transitivity called. Maybe it has something todo with that.

The actual assert triggering makes sure the struct h is not forward referenced
(I believe)

--
May 29, 2017
https://issues.dlang.org/show_bug.cgi?id=17451

uplink.coder@googlemail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |regression

--- Comment #4 from uplink.coder@googlemail.com ---
Destructors are now transitivity called. Maybe it has something todo with that.

The actual assert triggering makes sure the struct h is not forward referenced
(I believe)

--
May 30, 2017
https://issues.dlang.org/show_bug.cgi?id=17451

--- Comment #5 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/dlang/dmd/pull/6844

--
May 31, 2017
https://issues.dlang.org/show_bug.cgi?id=17451

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

https://github.com/dlang/dmd/commit/a98029d193806d78d4c3a8ad30adbfa07822f0ae fix Issue 17451 - ICE in ddmd/declaration.d(2179)

https://github.com/dlang/dmd/commit/18a36ca994656db307d8b92d254aed240122a5d9 Merge pull request #6844 from WalterBright/fix17451

fix Issue 17451 - ICE in ddmd/declaration.d(2179)
merged-on-behalf-of: Martin Nowak <code@dawg.eu>

--
August 07, 2017
https://issues.dlang.org/show_bug.cgi?id=17451

--- Comment #7 from github-bugzilla@puremagic.com ---
Commits pushed to newCTFE at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/a98029d193806d78d4c3a8ad30adbfa07822f0ae fix Issue 17451 - ICE in ddmd/declaration.d(2179)

https://github.com/dlang/dmd/commit/18a36ca994656db307d8b92d254aed240122a5d9 Merge pull request #6844 from WalterBright/fix17451

--
March 24, 2020
https://issues.dlang.org/show_bug.cgi?id=17451

Walter Bright <bugzilla@digitalmars.com> changed:

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

--
« First   ‹ Prev
1 2