[Issue 917] New: regression: circular typedefs cause segfaults

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Feb 1 07:41:42 PST 2007


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

           Summary: regression: circular typedefs cause segfaults
           Product: D
           Version: 1.001
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: thomas-dloop at kuehne.cn


This is a regression of issue #249 :

#
# typedef foo bar;
# typedef bar foo;
#

test case:
http://dstress.kuehne.cn/nocompile/t/typedef_16_A.d


-- 



More information about the Digitalmars-d-bugs mailing list