[Issue 9402] New: ICE with templated function returning string as fixed-size char array
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Jan 26 06:42:32 PST 2013
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 at puremagic.com
ReportedBy: thecybershadow at gmail.com
--- Comment #0 from Vladimir Panteleev <thecybershadow at gmail.com> 2013-01-26 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: -------
More information about the Digitalmars-d-bugs
mailing list