[Issue 11849] Recursive enum causes segfault

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jan 3 07:09:25 PST 2014


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



--- Comment #4 from Jacob Carlborg <doob at me.com> 2014-01-03 07:09:23 PST ---
(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.

-- 
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