[Issue 7806] ICE(gloop.c) iterating with idouble, when compiling with -O

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Apr 3 06:58:01 PDT 2012


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


Don <clugdbug at yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice
                 CC|                            |clugdbug at yahoo.com.au
            Summary|internal error when         |ICE(gloop.c) iterating with
                   |compiling with              |idouble, when compiling
                   |optimizations enabled       |with -O


--- Comment #2 from Don <clugdbug at yahoo.com.au> 2012-04-03 06:58:35 PDT ---
Code in the attachement
----
import std.stdio;

void main()
{
    for (idouble i = -2i; i <= 2i; i += .125i)
        for (double r = -2; r <= 2; r += .0625)
        {
            cdouble c = r + i;
            writeln(c);
        }
}
---

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list