Thread overview | |||||||
---|---|---|---|---|---|---|---|
|
January 06, 2007 [Issue 805] New: regression: forward reference when using templated classes | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=805 Summary: regression: forward reference when using templated classes Product: D Version: 1.00 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P3 Component: DMD AssignedTo: bugzilla@digitalmars.com ReportedBy: thomas-dloop@kuehne.cn http://dstress.kuehne.cn/run/c/class_22_B.d run/c/class_22_B.d(13): class dstress.run.c.class_22_B.T!().B has forward references http://dstress.kuehne.cn/run/t/this_10_A.d run/t/this_10_A.d(15): class dstress.run.t.this_10_A.T!().B has forward references -- |
January 07, 2007 [Issue 805] regression: forward reference when using templated classes | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=805 ------- Comment #1 from thomas-dloop@kuehne.cn 2007-01-07 10:19 ------- *** Bug 811 has been marked as a duplicate of this bug. *** -- |
April 14, 2007 [Issue 805] regression: forward reference when using templated classes | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=805 braddr@puremagic.com changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |regression -- |
September 14, 2009 [Issue 805] regression: forward reference when using templated classes | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=805 Don <clugdbug@yahoo.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |clugdbug@yahoo.com.au Severity|regression |normal --- Comment #2 from Don <clugdbug@yahoo.com.au> 2009-09-14 08:27:30 PDT --- I don't think is a regression. It ICEd on DMD 0.175 (25 Nov 2006): Assertion failure: '!scope' on line 195 in file 'toobj.c' The current behaviour was present in DMD1.000 (2 Jan 2007). So I think it changed from ice-on-valid-code into rejects-valid. Original test case: template FFF() { class A : B { } class B { } } void main() { mixin FFF; } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
November 27, 2010 [Issue 805] regression: forward reference when using templated classes | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=805 Andrei Alexandrescu <andrei@metalanguage.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |andrei@metalanguage.com AssignedTo|nobody@puremagic.com |bugzilla@digitalmars.com -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation