digitalmars.D.bugs - [Issue 8532] New: Pure Segfault
- d-bugmail puremagic.com (22/22) Aug 10 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8532
- d-bugmail puremagic.com (8/8) Aug 12 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8532
- d-bugmail puremagic.com (10/10) Oct 15 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8532
- d-bugmail puremagic.com (9/9) Oct 15 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8532
http://d.puremagic.com/issues/show_bug.cgi?id=8532 Summary: Pure Segfault Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: daniel350 bigpond.com auto sum(Y, R ...)(R r, Y val) pure { return sum(r, val); } // segfault //auto sum(Y, R ...)(R r, Y val) { return sum(r, val); } // no segfault, just an error, as it should void main() { sum(1, 2, 3); } I first noticed this in 2.059, it remained to 2.060. http://dpaste.dzfl.pl/74702d88 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Aug 10 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8532 Daniel Cousens <daniel350 bigpond.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |critical -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Aug 12 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8532 Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/b19850a5ae2b9c72c9e0bc60e616cbc3af5c9b52 Fix issue 8532 Pure segfault Segfault when using the return type to check for parameters escaping, when it isn't known yet. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 15 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8532 Kenji Hara <k.hara.pg gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 15 2012