Thread overview
[Issue 16334] dmd producing invalid OMF file
Jul 29, 2016
Ketmar Dark
Oct 24, 2017
Walter Bright
Dec 17, 2022
Iain Buclaw
Jul 20
Dennis
July 29, 2016
https://issues.dlang.org/show_bug.cgi?id=16334

Ketmar Dark <ketmar@ketmar.no-ip.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ketmar@ketmar.no-ip.org

--- Comment #1 from Ketmar Dark <ketmar@ketmar.no-ip.org> ---
it is major, 'cause it prevents some of my dynamic bindings from working on windows, and overall it is perfectly valid code (working on GNU/Linux) which is not working on windows. so i believe that it is major in terms of cross-platform support.

--
October 24, 2017
https://issues.dlang.org/show_bug.cgi?id=16334

Walter Bright <bugzilla@digitalmars.com> changed:

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

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
This is dmd generating a corrupt object file (not an Optlink problem).

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=16334

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P2

--
July 20
https://issues.dlang.org/show_bug.cgi?id=16334

Dennis <dkorpel@live.nl> changed:

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

--- Comment #3 from Dennis <dkorpel@live.nl> ---
OMF support has been dropped.

--