[Issue 713] circular const definitions with module operator "." cause the compiler to segfault

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Apr 2 13:03:37 PDT 2009


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





------- Comment #1 from clugdbug at yahoo.com.au  2009-04-02 15:03 -------
On D1, this now generates a "Stack overflow".
On D2, the equivalent code:

enum int a = .b;
enum int b = a;

hangs.


-- 



More information about the Digitalmars-d-bugs mailing list