Chances are this is a dup of bug 713 with the bug being infinite recursion within the dmd frontend.
Comment #2 by ibuclaw — 2010-08-05T14:43:47Z
I cannot reproduce this using gdc with gcc-4.1.2 and gcc-4.3.5.
I get the message:
---
const.d:2: Error: recursive reference b
Which is correct for the code it is compiling.