[Issue 7842] New: [ICE] (cgcs.c 517) with struct literal field increment
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Apr 5 18:58:32 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7842
Summary: [ICE] (cgcs.c 517) with struct literal field increment
Product: D
Version: D2
Platform: x86
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: bearophile_hugs at eml.cc
--- Comment #0 from bearophile_hugs at eml.cc 2012-04-05 18:59:09 PDT ---
struct Foo { int x; }
void main() {
Foo(5).x++;
}
DMD 2.059beta gives me:
Internal error: backend\cgcs.c 517
--
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