[Issue 8313] New: stack overflow on recursive ifti evaluation
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Jun 27 10:11:35 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8313
Summary: stack overflow on recursive ifti evaluation
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: timon.gehr at gmx.ch
--- Comment #0 from timon.gehr at gmx.ch 2012-06-27 10:14:07 PDT ---
DMD 2.059 crashes due to what appears to be a stack overflow when run on the
following code:
auto bar()(int x){return x;}
auto bar()(int x = bar()){return x;}
static assert(bar(1));
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list