[Issue 5305] intrinsic functions have @safe stripped of them in release mode.

2016-06-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5305 Walter Bright changed: What|Removed |Added Keywords||pull --

[Issue 5305] intrinsic functions have @safe stripped of them in release mode.

2016-06-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5305 --- Comment #4 from Walter Bright --- Works with the current version of DMD. Adding a test case: https://github.com/dlang/dmd/pull/5845 --

[Issue 5305] intrinsic functions have @safe stripped of them in release mode.

2014-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5305 hst...@quickfur.ath.cx changed: What|Removed |Added Keywords||safe CC|

[Issue 5305] intrinsic functions have @safe stripped of them in release mode.

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5305 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 5305] intrinsic functions have @safe stripped of them in release mode.

2012-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5305 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 5305] intrinsic functions have @safe stripped of them in release mode.

2012-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5305 --- Comment #2 from Walter Bright bugzi...@digitalmars.com 2012-01-20 12:33:25 PST --- A reduced test case: import std.math; void map(real function(real) f) { } void main() { map(sqrt); } What is happening here is that sqrt() is an