February 01, 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@digitalmars.com
        ReportedBy: thomas-dloop@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


-- 

February 12, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=917


bugzilla@digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #1 from bugzilla@digitalmars.com  2007-02-12 03:46 -------
Fixed DMD 1.005


--