[Issue 11716] New: ICE on ztc\cgcv.c 2197
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Dec 10 03:03:17 PST 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11716
Summary: ICE on ztc\cgcv.c 2197
Product: D
Version: D2
Platform: x86
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: babele.dunnit at gmail.com
--- Comment #0 from Babele Dunnit <babele.dunnit at gmail.com> 2013-12-10 03:03:16 PST ---
Hi,
I am on Windows XP, 32 bits, using DMD 2.064. I just finished a HUGE reduction
of our codebase with DustMite and eventually found that compiling this snippet:
--------------
immutable IPL_DEPTH_8U = 8;
enum Depth { U8 = IPL_DEPTH_8U}
class Crash {
this( Depth ){
}
}
--------------
with "-g -debug" DMD switches will crash DMD in ztc\cgcv.c 2197, i.e. while
generating output debug symbols. Compiling release or just plain versions is
fine, as it is on Linux/OsX and/or 64 bits. The bug seems definitely related to
Windows 32 bits architecture.
Thank you,
Aaron Brancotti
SRLabs Italy
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list