http://d.puremagic.com/issues/show_bug.cgi?id=10397
Summary: ICE on concatenating string with unexisted symbol
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Keywords: ice
Severity: regression
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Denis Shelomovskij <[email protected]> 2013-06-18
13:06:13 MSD ---
The following code used to compile as previously it was accept-invalid bug:
---
void main()
{ enum e = "" ~ a; }
---
Nevertheless marked as regression as it causes ICE on code used to compile.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------