http://d.puremagic.com/issues/show_bug.cgi?id=5995
Summary: string append negative integer causes segfault Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nob...@puremagic.com ReportedBy: andr...@gmail.com --- Comment #0 from Andriy <andr...@gmail.com> 2011-05-13 01:48:27 PDT --- Digital Mars D Compiler v2.052 $ dmd SpawnBug.d $ ./SpawnBug Segmentation fault (core dumped) $ cat SpawnBug.d void main(){ string ret; int i = -1; ret ~= i; } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------