[Issue 23520] pragma(inline, false) not applied to nested function declaration

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Dec 1 23:16:36 UTC 2022


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

--- Comment #7 from Dlang Bot <dlang-bot at dlang.rocks> ---
@ibuclaw created dlang/phobos pull request #8642 "std.math.hardware: Fix broken
IEEE FP flags tests" mentioning this issue:

- std.math.hardware: Fix broken IEEE FP flags tests

  1. The `pragma(inline, false)` doesn't do what the author thinks it does
     (Issue 23520).
  2. Change that introduced `blockopt` seems to have a slight
     misunderstanding about what constant propagation is (`a /= 0.0L` can
     always be constant propagated regardless of what surrounds it).

https://github.com/dlang/phobos/pull/8642

--


More information about the Digitalmars-d-bugs mailing list