[Issue 11849] Recursive enum causes segfault

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jan 4 22:30:24 PST 2014


https://d.puremagic.com/issues/show_bug.cgi?id=11849



--- Comment #5 from Kenji Hara <k.hara.pg at gmail.com> 2014-01-04 22:30:21 PST ---
(In reply to comment #4)
> (In reply to comment #3)
> 
> > Do you mean this full test case?
> 
> No, I mean only exact this code:
> 
> enum : DWORD
> {
>     DWORD = REG_DWORD
> }
> 
> This is without having declared "DWORD" or "REG_DWORD" previously. That will
> cause a segmentation fault as well. Seems to be an infinite loop there as well.

OK, I updated PR to fix the ICE.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list