[Issue 12243] New: [REG 2.065.0] ICE: cannot append 'char' to 'string'
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Feb 24 23:04:21 PST 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12243
Summary: [REG 2.065.0] ICE: cannot append 'char' to 'string'
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Keywords: ice, rejects-valid
Severity: regression
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: thecybershadow at gmail.com
--- Comment #0 from Vladimir Panteleev <thecybershadow at gmail.com> 2014-02-25 09:04:13 EET ---
char f() { return 'a'; }
void main()
{
string s;
s ~= f();
}
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list