digitalmars.D.bugs - [Issue 9402] New: ICE with templated function returning string as fixed-size char array
- d-bugmail puremagic.com (21/21) Jan 26 2013 http://d.puremagic.com/issues/show_bug.cgi?id=9402
- d-bugmail puremagic.com (12/12) Oct 08 2013 http://d.puremagic.com/issues/show_bug.cgi?id=9402
http://d.puremagic.com/issues/show_bug.cgi?id=9402 Summary: ICE with templated function returning string as fixed-size char array Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: ice Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: thecybershadow gmail.com 16:42:32 EET --- char[1] f()() { return "A"; } void main() { f(); } Internal error: backend\cod3.c 618 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 26 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9402 Walter Bright <bugzilla digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |bugzilla digitalmars.com Resolution| |WORKSFORME 23:38:19 PDT --- Works as of dmd 2.064 head. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 08 2013