Thread overview
[Issue 15047] "used before set" error with void initialization (only with -O)
Sep 28, 2015
Vladimir Panteleev
Aug 23, 2016
Cauterite
Aug 24, 2016
Cauterite
Aug 30, 2016
Cauterite
Sep 04, 2016
Walter Bright
Sep 04, 2016
Cauterite
Sep 04, 2016
Walter Bright
September 28, 2015
https://issues.dlang.org/show_bug.cgi?id=15047

Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thecybershadow@gmail.com

--- Comment #1 from Vladimir Panteleev <thecybershadow@gmail.com> ---
(In reply to Marc Schütz from comment #0)
> I'm going to try and see if I can get digger to work again...

The error occurs as far back as DMD 2.027.

--
August 23, 2016
https://issues.dlang.org/show_bug.cgi?id=15047

Cauterite <cauterite@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |cauterite@gmail.com

--- Comment #2 from Cauterite <cauterite@gmail.com> ---
patch: https://github.com/dlang/dmd/pull/6074

--
August 24, 2016
https://issues.dlang.org/show_bug.cgi?id=15047

--- Comment #3 from Cauterite <cauterite@gmail.com> ---
new patch: https://github.com/dlang/dmd/pull/6080

--
August 30, 2016
https://issues.dlang.org/show_bug.cgi?id=15047

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrei@erdani.com

--- Comment #4 from Andrei Alexandrescu <andrei@erdani.com> ---
I'm confused. Isn't the error legit?

--
August 30, 2016
https://issues.dlang.org/show_bug.cgi?id=15047

--- Comment #5 from Cauterite <cauterite@gmail.com> ---
(In reply to Andrei Alexandrescu from comment #4)
> I'm confused. Isn't the error legit?

Is it, but the fact that it's only triggered with optimisation enabled is not legit.

--
September 04, 2016
https://issues.dlang.org/show_bug.cgi?id=15047

Walter Bright <bugzilla@digitalmars.com> changed:

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

--- Comment #6 from Walter Bright <bugzilla@digitalmars.com> ---
(In reply to Marc Schütz from comment #0)
> This currently breaks compiling vibe.d with optimization for me:

It did find a bug in vibe.d. Why not fix it?

--
September 04, 2016
https://issues.dlang.org/show_bug.cgi?id=15047

Cauterite <cauterite@gmail.com> changed:

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

--
September 04, 2016
https://issues.dlang.org/show_bug.cgi?id=15047

Walter Bright <bugzilla@digitalmars.com> changed:

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

--- Comment #7 from Walter Bright <bugzilla@digitalmars.com> ---
Resolving as "wontfix" until a more compelling rationale for changing it is posted.

--