[Issue 853] Internal error: toir.c 182
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Feb 27 08:47:04 PST 2007
http://d.puremagic.com/issues/show_bug.cgi?id=853
thomas-dloop at kuehne.cn changed:
What |Removed |Added
----------------------------------------------------------------------------
OS/Version|Linux |All
------- Comment #3 from thomas-dloop at kuehne.cn 2007-02-27 10:46 -------
reduced test case:
# class StackContext{
# this(void delegate()){
# }
# }
#
# class Test{
# StackContext context;
#
# private void init(){
# context = new StackContext({});
# }
#
# this(){
# init();
# }
# }
Added to DStress as
http://dsrtess.kuehne.cn/run/b/bug_toir_182_A.d
http://dsrtess.kuehne.cn/run/b/bug_toir_182_B.d
http://dsrtess.kuehne.cn/run/b/bug_toir_182_C.d
http://dsrtess.kuehne.cn/run/b/bug_toir_182_D.d
http://dsrtess.kuehne.cn/run/b/bug_toir_182_E.d
--
More information about the Digitalmars-d-bugs
mailing list