[Issue 1270] -inline produces an ICE

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jun 17 01:12:35 PDT 2007


http://d.puremagic.com/issues/show_bug.cgi?id=1270





------- Comment #1 from deewiant at gmail.com  2007-06-17 03:12 -------
Here's a slightly more minimal testcase:

struct bignum
{
    bool smaller()
    {
        if (true) return false;
        else      return false;
        assert(0);
    }

    void equal()
    {
        if (!smaller)
            return;
    }
}


-- 



More information about the Digitalmars-d-bugs mailing list