[Issue 7209] New: Stack overflow on explicitly typed enum circular dependency

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jan 3 01:12:13 PST 2012


http://d.puremagic.com/issues/show_bug.cgi?id=7209

           Summary: Stack overflow on explicitly typed enum circular
                    dependency
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: timon.gehr at gmx.ch


--- Comment #0 from timon.gehr at gmx.ch 2012-01-03 01:12:11 PST ---
The following code causes a stack overflow in DMD 2.057:
enum int a=b,b=a;

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