[Issue 1533] Crash unknown symbol with std.signals

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Sep 30 03:00:06 PDT 2007


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


thomas-dloop at kuehne.cn changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         OS/Version|Windows                     |All




------- Comment #4 from thomas-dloop at kuehne.cn  2007-09-30 05:00 -------
The below condensed invalid code also triggers this ICE:

# template T(){
#    this(){
#    }
#
#    int dummy;
# }
#
# class C{
#    void foo(){
#       bar();
#       this.t.dummy = 1;
#    }
#    mixin T!() t;
# }

Added to DStress as
http://dstress.kuehne.cn/run/t/this_16_A.d
http://dstress.kuehne.cn/nocompile/t/this_16_B.d
http://dstress.kuehne.cn/nocompile/t/this_16_C.d
http://dstress.kuehne.cn/nocompile/t/this_16_D.d


-- 



More information about the Digitalmars-d-bugs mailing list