Thread overview
[Issue 14918] Undefined reference when using a static array of pollfd's
Aug 13, 2015
Alex Parrill
Sep 01, 2015
Vladimir Panteleev
Sep 01, 2015
Vladimir Panteleev
Sep 01, 2015
Vladimir Panteleev
Feb 12, 2020
Hiroki Noda
Feb 13, 2020
Vladimir Panteleev
August 13, 2015
https://issues.dlang.org/show_bug.cgi?id=14918

--- Comment #1 from Alex Parrill <initrd.gz@gmail.com> ---
Forgot to mention: I'm running DMD 2.068.0 on x64 XUbuntu 14.04.3

--
September 01, 2015
https://issues.dlang.org/show_bug.cgi?id=14918

Vladimir Panteleev <thecybershadow@gmail.com> changed:

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

--- Comment #2 from Vladimir Panteleev <thecybershadow@gmail.com> ---
Workaround:

pollfd[5] entry = void;

--
September 01, 2015
https://issues.dlang.org/show_bug.cgi?id=14918

Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |14992

--- Comment #3 from Vladimir Panteleev <thecybershadow@gmail.com> ---
Filed underlying issue 14992

--
September 01, 2015
https://issues.dlang.org/show_bug.cgi?id=14918

Vladimir Panteleev <thecybershadow@gmail.com> changed:

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

--- Comment #4 from Vladimir Panteleev <thecybershadow@gmail.com> ---
Workaround pull: https://github.com/D-Programming-Language/druntime/pull/1372

--
February 07, 2016
https://issues.dlang.org/show_bug.cgi?id=14918
Issue 14918 depends on issue 14992, which changed state.

Issue 14992 Summary: static array local variables always require .init https://issues.dlang.org/show_bug.cgi?id=14992

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

--
February 12, 2020
https://issues.dlang.org/show_bug.cgi?id=14918

Hiroki Noda <kubo39@gmail.com> changed:

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

--- Comment #5 from Hiroki Noda <kubo39@gmail.com> ---
Perhaps fixed by https://github.com/dlang/dmd/pull/5014 ?

--
February 13, 2020
https://issues.dlang.org/show_bug.cgi?id=14918

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

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

--- Comment #6 from Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> ---
Yes, works since 2.071.0.

--