http://d.puremagic.com/issues/show_bug.cgi?id=3558
Don <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Don <[email protected]> 2009-11-30 17:15:12 PST --- Reduced test case only requires -O. It's a bit peculiar. int main() { long[1] c = [0]; // must be long int [1] d = [1]; int k = 0; if (!d[0]) k = 1; k = d[0] + k + k; if (c[0]) assert(c[0]); return k; } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
