[Issue 3865] ICE(cgcs.c): Assigning to struct literal member
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Dec 19 04:36:22 PST 2011
http://d.puremagic.com/issues/show_bug.cgi?id=3865
Don <clugdbug at yahoo.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|D1 |D1 & D2
Summary|ICE(cgcs.c, D1 only): |ICE(cgcs.c): Assigning to
|Assigning to struct literal |struct literal member
|member |
--- Comment #2 from Don <clugdbug at yahoo.com.au> 2011-12-19 04:36:21 PST ---
Test case which also applies to D2:
struct ICE3865{
int x;
}
void ice3865() {
ICE3865(7).x += 1;
}
--
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