http://d.puremagic.com/issues/show_bug.cgi?id=7926
Summary: segmentation fault on recursive string mixin
Product: D
Version: D2
Platform: x86_64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Artem Borisovskiy <[email protected]> 2012-04-16 09:11:16 PDT
---
$ cat > x.d
enum string a = "mixin(a);";
mixin(a);
$ dmd x.d
Segmentation fault
Tested on recent DMD >2.059 from master branch of GIT repository: HEAD is at
778aea7fa8fe9ce3be6f70c7c99b69fd17d6e0b1
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------