digitalmars.D.bugs - [Issue 3647] New: non-function opDispatch crashes dmd
- d-bugmail puremagic.com (27/27) Dec 25 2009 http://d.puremagic.com/issues/show_bug.cgi?id=3647
- d-bugmail puremagic.com (10/10) Dec 25 2009 http://d.puremagic.com/issues/show_bug.cgi?id=3647
- d-bugmail puremagic.com (11/11) Dec 31 2009 http://d.puremagic.com/issues/show_bug.cgi?id=3647
http://d.puremagic.com/issues/show_bug.cgi?id=3647
Summary: non-function opDispatch crashes dmd
Product: D
Version: future
Platform: Other
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody puremagic.com
ReportedBy: kiki kmonos.net
class A {
class opDispatch(string s) {
class C {}
}
}
void main() {
A.B.C obj; // crash
}
It seems that the current opDispatch is meaningful only when it is
used as a member function template. If it is the intention, then the
above use of opDispatch should be diagnosed as an error, not segv of dmd.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Dec 25 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3647
Walter Bright <bugzilla digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugzilla digitalmars.com
11:43:26 PST ---
Changeset 311.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Dec 25 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3647
Walter Bright <bugzilla digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
11:23:01 PST ---
Fixed dmd 2.038
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Dec 31 2009









d-bugmail puremagic.com 