[Issue 11332] ICE(dt.c) and missing error when interpreting an unimplemented builtin

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Nov 14 06:40:52 PST 2013


https://d.puremagic.com/issues/show_bug.cgi?id=11332


yebblies <yebblies at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |CTFE, diagnostic, ice, pull
                 CC|                            |yebblies at gmail.com
           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 <yebblies at gmail.com> 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: -------


More information about the Digitalmars-d-bugs mailing list