Thread overview
[Issue 17307] [ICE] TypeBasic::implicitConvTo: After error "anonymous struct can only be a part of an aggregate"
Apr 08, 2017
Iain Buclaw
[Issue 17307] [REG2.072.0][ICE] TypeBasic::implicitConvTo: After error "anonymous struct can only be a part of an aggregate"
Jul 03, 2017
Vladimir Panteleev
Oct 09, 2017
Walter Bright
Dec 21, 2018
Walter Bright
April 08, 2017
https://issues.dlang.org/show_bug.cgi?id=17307

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw@gdcproject.org

--
July 03, 2017
https://issues.dlang.org/show_bug.cgi?id=17307

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dlang-bugzilla@thecybershad
                   |                            |ow.net
            Summary|[ICE]                       |[REG2.072.0][ICE]
                   |TypeBasic::implicitConvTo:  |TypeBasic::implicitConvTo:
                   |After error "anonymous      |After error "anonymous
                   |struct can only be a part   |struct can only be a part
                   |of an aggregate"            |of an aggregate"
           Severity|critical                    |regression

--- Comment #1 from Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> ---
This appears to be a regression.

Introduced in https://github.com/dlang/dmd/pull/5500

--
October 09, 2017
https://issues.dlang.org/show_bug.cgi?id=17307

Walter Bright <bugzilla@digitalmars.com> changed:

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

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

--
October 11, 2017
https://issues.dlang.org/show_bug.cgi?id=17307

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

https://github.com/dlang/dmd/commit/0cd20c350681eee7e94483564d86f37a1d3d0b85 Fix Issue 17307 - [REG2.072.0][ICE] TypeBasic::implicitConvTo:

https://github.com/dlang/dmd/commit/bf5a755cb6a1d4b5552263c7961effab6f8c6ea0 Merge pull request #7199 from JinShil/fix_17307

Fix Issue 17307 - [REG2.072.0][ICE] TypeBasic::implicitConvTo

--
October 11, 2017
https://issues.dlang.org/show_bug.cgi?id=17307

github-bugzilla@puremagic.com changed:

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

--
October 16, 2017
https://issues.dlang.org/show_bug.cgi?id=17307

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

https://github.com/dlang/dmd/commit/0cd20c350681eee7e94483564d86f37a1d3d0b85 Fix Issue 17307 - [REG2.072.0][ICE] TypeBasic::implicitConvTo:

https://github.com/dlang/dmd/commit/bf5a755cb6a1d4b5552263c7961effab6f8c6ea0 Merge pull request #7199 from JinShil/fix_17307

--
December 21, 2018
https://issues.dlang.org/show_bug.cgi?id=17307

Walter Bright <bugzilla@digitalmars.com> changed:

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

--