[Issue 1490] New: compiler crash with memmove
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Sep 10 07:49:22 PDT 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1490
Summary: compiler crash with memmove
Product: DGCC aka GDC
Version: unspecified
Platform: Macintosh
OS/Version: Mac OS X
Status: NEW
Keywords: ice-on-valid-code
Severity: major
Priority: P2
Component: glue layer
AssignedTo: dvdfrdmn at users.sf.net
ReportedBy: afb at algonet.se
When compiling a piece of code that uses "memmove" (probably not relevant, but)
the compiler crashes (Bus Error, ICE) when it comes to the line that makes it.
Compiling without -frelease or without optimizations (-O0) makes it survive.
Commenting out or versioning the affected lines also finishes the compilation.
--
More information about the D.gnu
mailing list