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: nob...@puremagic.com
        ReportedBy: thecybersha...@gmail.com


--- Comment #0 from Vladimir Panteleev <thecybersha...@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: -------

Reply via email to