Thread overview
[Issue 19822] 2.086 regression wrt. union initializers
Apr 24, 2019
FeepingCreature
Apr 25, 2019
Mike Franklin
Apr 30, 2019
Mike Franklin
Apr 30, 2019
Dlang Bot
Apr 30, 2019
Dlang Bot
April 24, 2019
https://issues.dlang.org/show_bug.cgi?id=19822

FeepingCreature <default_357-line@yahoo.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |default_357-line@yahoo.de

--- Comment #1 from FeepingCreature <default_357-line@yahoo.de> ---
I've tried to simplify it a bit: https://run.dlang.io/is/ilmKBT

Fascinating bug. Lots of specific parts that are all necessary for some reason.

--
April 25, 2019
https://issues.dlang.org/show_bug.cgi?id=19822

Mike Franklin <slavo5150@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slavo5150@yahoo.com

--- Comment #2 from Mike Franklin <slavo5150@yahoo.com> ---
I'm not able to reproduce this with master.

--
April 30, 2019
https://issues.dlang.org/show_bug.cgi?id=19822

--- Comment #3 from Mike Franklin <slavo5150@yahoo.com> ---
(In reply to Mike Franklin from comment #2)
> I'm not able to reproduce this with master.

I figured it out.

According to a digger bisection, this bug regression was introduced by https://github.com/dlang/dmd/pull/9547

--
April 30, 2019
https://issues.dlang.org/show_bug.cgi?id=19822

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
@RazvanN7 created dlang/dmd pull request #9730 "Fix Issue 19822 - 2.086 regression wrt. union initializers" fixing this issue:

- Fix Issue 19822 - 2.086 regression wrt. union initializers

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

--
April 30, 2019
https://issues.dlang.org/show_bug.cgi?id=19822

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #9730 "Fix Issue 19822 - 2.086 regression wrt. union initializers" was merged into stable:

- d72e1663ce41a601de7010dc2e9a6d207c3bf39b by RazvanN7:
  Fix Issue 19822 - 2.086 regression wrt. union initializers

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

--