[Issue 15110] pragma(inline) rarely works how I want it to

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jun 5 02:39:25 UTC 2019


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

Mike Franklin <slavo5150 at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slavo5150 at yahoo.com

--- Comment #7 from Mike Franklin <slavo5150 at yahoo.com> ---
The problem is that DMD currently ignores `pragma(inline, true)` unless the
compiler is invoked with `-inline`.  I think the correct behavior is that
`pragma(inline, true)` should work regardless of the presence of the `-inline`
compiler flag.

--


More information about the Digitalmars-d-bugs mailing list