[Issue 6215] ICE(el.c) DMD segfaults when built on system with XCode 4.2

2011-08-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6215 --- Comment #7 from klickverbot c...@klickverbot.at 2011-08-12 05:06:27 PDT --- And indeed, __alignof__(*e) gives 16, patching the allocator to 16-byte align everything is easy: --- a/src/tk/mem.c +++ b/src/tk/mem.c @@ -758,7 +758,7 @@ void

[Issue 6215] ICE(el.c) DMD segfaults when built on system with XCode 4.2

2011-08-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6215 Sean Kelly s...@invisibleduck.org changed: What|Removed |Added CC|

[Issue 6215] ICE(el.c) DMD segfaults when built on system with XCode 4.2

2011-08-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6215 Brad Roberts bra...@puremagic.com changed: What|Removed |Added CC||bra...@puremagic.com

[Issue 6215] ICE(el.c) DMD segfaults when built on system with XCode 4.2

2011-06-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6215 Jacob Carlborg d...@me.com changed: What|Removed |Added CC||d...@me.com --- Comment

[Issue 6215] ICE(el.c) DMD segfaults when built on system with XCode 4.2

2011-06-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6215 --- Comment #2 from Robert Clipsham rob...@octarineparrot.com 2011-06-26 19:33:46 BST --- The following patch is a workaround, it seems something's going wrong with the elem recycling system: diff --git a/src/backend/el.c