[Issue 5120] New: [ICE] 'impl' on line 4018 in file 'mtype.c' on void associative arrays
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Oct 25 22:17:30 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=5120
Summary: [ICE] 'impl' on line 4018 in file 'mtype.c' on void
associative arrays
Product: D
Version: D2
Platform: Other
OS/Version: Windows
Status: NEW
Keywords: ice-on-valid-code
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: sandford at jhu.edu
--- Comment #0 from Rob Jacques <sandford at jhu.edu> 2010-10-25 22:16:41 PDT ---
The following:
enum c = (void[int]).sizeof;
Results in an 'impl' on line 4018 in file 'mtype.c' with DMD 2.049. I've marked
this ICE on valid, since void[int] b; is currently accepted as a valid
declaration by DMD.
--
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