Thread overview | |||||
---|---|---|---|---|---|
|
October 21, 2012 [Issue 8860] New: DMD crashes in post-contract of auto function | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=8860 Summary: DMD crashes in post-contract of auto function Product: D Version: D2 Platform: x86_64 OS/Version: Windows Status: NEW Keywords: contracts, ice Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: kekeniro2@yahoo.co.jp --- Comment #0 from kekeniro2@yahoo.co.jp 2012-10-20 21:28:19 PDT --- Test case: ----------------- class Any { auto foo() out ( result ) { } body { return 0; } } ----------------- DMD crashes when compiling the above source. DMD2.059 or older gives compile error against it. ( REJECT VALID? ) To reproduce: 1. Class member 2. Auto function 3. Post-contract with parameter Environment: Windows 7 64-bit DMD 2.060 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
March 06, 2013 [Issue 8860] DMD crashes in post-contract of auto function | ||||
---|---|---|---|---|
| ||||
Posted in reply to kekeniro2@yahoo.co.jp | http://d.puremagic.com/issues/show_bug.cgi?id=8860 kekeniro2@yahoo.co.jp changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|x86_64 |x86 --- Comment #1 from kekeniro2@yahoo.co.jp 2013-03-06 03:58:11 PST --- It reproduces on WinXP 32bit. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
July 14, 2013 [Issue 8860] DMD crashes in post-contract of auto function | ||||
---|---|---|---|---|
| ||||
Posted in reply to kekeniro2@yahoo.co.jp | http://d.puremagic.com/issues/show_bug.cgi?id=8860 kekeniro2@yahoo.co.jp changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #2 from kekeniro2@yahoo.co.jp 2013-07-14 04:00:01 PDT --- *** This issue has been marked as a duplicate of issue 10596 *** -- 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