[Issue 14918] Undefined reference when using a static array of pollfd's

2020-02-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14918

Vladimir Panteleev  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #6 from Vladimir Panteleev  ---
Yes, works since 2.071.0.

--


[Issue 14918] Undefined reference when using a static array of pollfd's

2020-02-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14918

Hiroki Noda  changed:

   What|Removed |Added

 CC||kub...@gmail.com

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

--


[Issue 14918] Undefined reference when using a static array of pollfd's

2016-02-06 Thread via Digitalmars-d-bugs
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

--


[Issue 14918] Undefined reference when using a static array of pollfd's

2015-09-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14918

Vladimir Panteleev  changed:

   What|Removed |Added

 CC||thecybersha...@gmail.com

--- Comment #2 from Vladimir Panteleev  ---
Workaround:

pollfd[5] entry = void;

--


[Issue 14918] Undefined reference when using a static array of pollfd's

2015-09-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14918

Vladimir Panteleev  changed:

   What|Removed |Added

 Depends on||14992

--- Comment #3 from Vladimir Panteleev  ---
Filed underlying issue 14992

--


[Issue 14918] Undefined reference when using a static array of pollfd's

2015-09-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14918

Vladimir Panteleev  changed:

   What|Removed |Added

   Keywords||pull

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

--


[Issue 14918] Undefined reference when using a static array of pollfd's

2015-08-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14918

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

--