www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - alias declaration crashes dmd.

An alias statement will crash dmd when either of the -H switches are used:

test.d (compiled with dmd -c -Hftest.di test.d):
-------
alias int myint;
Jan 26 2006