Thread overview
[Issue 17778] Creating a static array with duplicates in betterC causes "undefined reference to _memset32" linker failure
Sep 10, 2017
Walter Bright
Feb 08, 2018
Mike Parker
Jul 20, 2018
Vic Luo
Jul 25, 2018
Radu Racariu
Dec 11, 2021
Stanislav Blinov
Dec 11, 2021
kinke
Jun 08, 2022
Dennis
September 10, 2017
https://issues.dlang.org/show_bug.cgi?id=17778

Walter Bright <bugzilla@digitalmars.com> changed:

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

--
February 08, 2018
https://issues.dlang.org/show_bug.cgi?id=17778

Mike Parker <aldacron@gmail.com> changed:

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

--- Comment #1 from Mike Parker <aldacron@gmail.com> ---
Also seeing this on Windows and run.dlang.io with string arrays:

string[1] foo1 = "foo";  // _meset128ii
char*[1] foo2 = "foo";   // _memset64

--
July 20, 2018
https://issues.dlang.org/show_bug.cgi?id=17778

Vic Luo <vicluo96@gmail.com> changed:

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

--
July 25, 2018
https://issues.dlang.org/show_bug.cgi?id=17778

Radu Racariu <radu.racariu@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |radu.racariu@gmail.com
           Hardware|x86                         |All
                 OS|Linux                       |All
           Severity|minor                       |major

--- Comment #2 from Radu Racariu <radu.racariu@gmail.com> ---
This is quite annoying.

LDC behaves differently and compiles the test program. https://run.dlang.io/is/tCyjtL

I think this issues deserves to get higher priority just because you get different behavior on compatible compilers.

The underlying issue looks to be backed related. Might be worth including it in the #dbugdix campaign.

--
December 11, 2021
https://issues.dlang.org/show_bug.cgi?id=17778

andy.pj.hanson@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andy.pj.hanson@gmail.com

--
December 11, 2021
https://issues.dlang.org/show_bug.cgi?id=17778

Stanislav Blinov <stanislav.blinov@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stanislav.blinov@gmail.com
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=22466

--
December 11, 2021
https://issues.dlang.org/show_bug.cgi?id=17778

kinke <kinke@gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |backend
                 CC|                            |kinke@gmx.net

--
June 08, 2022
https://issues.dlang.org/show_bug.cgi?id=17778

Dennis <dkorpel@live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dkorpel@live.nl
         Resolution|---                         |DUPLICATE

--- Comment #3 from Dennis <dkorpel@live.nl> ---


*** This issue has been marked as a duplicate of issue 19946 ***

--