https://d.puremagic.com/issues/show_bug.cgi?id=11332
yebblies <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |CTFE, diagnostic, ice, pull CC| |[email protected] Platform|x86 |All Summary|[ICE](dt.c line 106) with |ICE(dt.c) and missing error |map of a log at |when interpreting an |compile-time |unimplemented builtin OS/Version|Windows |All --- Comment #1 from yebblies <[email protected]> 2013-11-15 01:40:48 EST --- Reduced: import core.math : yl2x; void main() { static x = yl2x(0, 0); } This fails to produce an error about yl2x not being implemented, and therefore proceeds to codegen, causing the ice. https://github.com/D-Programming-Language/dmd/pull/2764 -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
