[Issue 13969] [REG2.063] [ICE] (backend\cgcod.c 2309) with cycle(iota(a,b,s))
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sat Jan 31 14:36:32 PST 2015
https://issues.dlang.org/show_bug.cgi?id=13969
Walter Bright <bugzilla at digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugzilla at digitalmars.com
--- Comment #4 from Walter Bright <bugzilla at digitalmars.com> ---
Further reduction:
struct Foo {
int x, y;
}
int xxx(const Foo* f) {
return 0 % ((f.y > 0) ? f.x / f.y : f.x / -f.y);
}
--
More information about the Digitalmars-d-bugs
mailing list