[Issue 7565] ICE(cg87):202, postincrement of a double parameter, 64-bit only

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed May 9 01:05:55 PDT 2012


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


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|ICE(cg87):202, 64-bit only  |ICE(cg87):202,
                   |                            |postincrement of a double
                   |                            |parameter, 64-bit only


--- Comment #1 from Don <clugdbug at yahoo.com.au> 2012-05-09 01:07:16 PDT ---
Reduced test case:

void bug7565( double x) {  }

void ice7565()
{
   double y;
   bug7565( y++ );
}

-- 
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