[Issue 12779] [REG2.066a] -inline makes wrong code under some conditions

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat May 24 00:18:21 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=12779

Kenji Hara <k.hara.pg at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|x86_64                      |All
                 OS|Windows                     |All

--- Comment #3 from Kenji Hara <k.hara.pg at gmail.com> ---
Note that, this is unavoidable issue of the languages which supports separate
compilation for old simple linkers. If each compilation units is compiled under
different conditions, the consistency of the binaries won't be guaranteed. To
do it, we should have "smart linker" that checks the compilation consistency,
and add enough meta information into the object files to check it.

--


More information about the Digitalmars-d-bugs mailing list