Thread overview
[Issue 13292] DMD accepts both -m32 and -m64
Feb 20, 2020
Basile-z
Feb 20, 2020
Basile-z
Mar 21, 2020
Basile-z
Apr 25, 2020
Dlang Bot
Apr 28, 2020
Mathias LANG
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=13292

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |D2

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

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |b2.temp@gmx.com
           Severity|enhancement                 |normal

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

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bootcamp

--
March 21, 2020
https://issues.dlang.org/show_bug.cgi?id=13292

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|b2.temp@gmx.com             |

--
April 25, 2020
https://issues.dlang.org/show_bug.cgi?id=13292

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@wolframw created dlang/dmd pull request #11058 "Fix Issue 13292 - DMD accepts both -m32 and -m64" fixing this issue:

- Fix Issue 13292 - DMD accepts both -m32 and -m64

https://github.com/dlang/dmd/pull/11058

--
April 28, 2020
https://issues.dlang.org/show_bug.cgi?id=13292

Mathias LANG <pro.mathias.lang@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |pro.mathias.lang@gmail.com
         Resolution|---                         |WONTFIX

--- Comment #2 from Mathias LANG <pro.mathias.lang@gmail.com> ---
As mentioned in the PR open by @woframw, this is actually not something we want. It's a common behavior of CLI to allow args to be overridden, and just take the last one into account. We have some switch that follow this behavior already (checkaction), and we rely on this behavior in our testsuite. Closing as WONTFIX.

--