[Issue 14613] DMD: Internal error: backend/cod1.c 1567 on '-O' switch

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu May 21 08:49:04 PDT 2015


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

Ali Cehreli <acehreli at yahoo.com> changed:

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

--- Comment #2 from Ali Cehreli <acehreli at yahoo.com> ---
Further reduced by Kagamin:

double foo(double b)
{
    return b / (b == 0) == 0;
}

(Remember, one needs -O to reproduce.)

Ali

--


More information about the Digitalmars-d-bugs mailing list