Thread overview
[Issue 13311] ICE, CtorDeclaration::semantic(Scope*): Assertion `tf && tf->ty == Tfunction' failed
Aug 26, 2014
Kenji Hara
Aug 26, 2014
Kenji Hara
[Issue 13311] [REG2.065] ICE, CtorDeclaration::semantic(Scope*): Assertion `tf && tf->ty == Tfunction' failed
Aug 26, 2014
Kenji Hara
August 26, 2014
https://issues.dlang.org/show_bug.cgi?id=13311

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice
           Hardware|x86                         |All
            Summary|Bug 152 - ICE,              |ICE,
                   |CtorDeclaration::semantic(S |CtorDeclaration::semantic(S
                   |cope*): Assertion `tf &&    |cope*): Assertion `tf &&
                   |tf->ty == Tfunction' failed |tf->ty == Tfunction' failed
                   |(edit)                      |
                 OS|Linux                       |All

--
August 26, 2014
https://issues.dlang.org/show_bug.cgi?id=13311

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
           Severity|normal                      |regression

--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> ---
This is a regression from 2.065.

https://github.com/D-Programming-Language/dmd/pull/3902

--
August 26, 2014
https://issues.dlang.org/show_bug.cgi?id=13311

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|ICE,                        |[REG2.065] ICE,
                   |CtorDeclaration::semantic(S |CtorDeclaration::semantic(S
                   |cope*): Assertion `tf &&    |cope*): Assertion `tf &&
                   |tf->ty == Tfunction' failed |tf->ty == Tfunction' failed

--
August 26, 2014
https://issues.dlang.org/show_bug.cgi?id=13311

--- Comment #2 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/1ea0f027ab414b79da664a01696f066c62fe401a
fix Issue 13311 - ICE, CtorDeclaration::semantic(Scope*): Assertion `tf &&
tf->ty == Tfunction' failed

https://github.com/D-Programming-Language/dmd/commit/f122c1313577db09b34aaad06e5a061ae6f01091 Merge pull request #3902 from 9rnsr/fix13311

[REG2.065] Issue 13311 - ICE, CtorDeclaration::semantic(Scope*): Assertion `tf && tf->ty == Tfunction' failed

--
August 26, 2014
https://issues.dlang.org/show_bug.cgi?id=13311

github-bugzilla@puremagic.com changed:

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

--
August 29, 2014
https://issues.dlang.org/show_bug.cgi?id=13311

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

https://github.com/D-Programming-Language/dmd/commit/77d60e19b6163dcd6872cef65da9d249a6b1cb98 Merge pull request #3902 from 9rnsr/fix13311

[REG2.065] Issue 13311 - ICE, CtorDeclaration::semantic(Scope*): Assertion `tf && tf->ty == Tfunction' failed

--