[Issue 10942] ICE on 1087+ initializers (Internal error: backend\cgcv.c 203)
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Oct 1 19:30:26 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10942
--- Comment #1 from Kenji Hara <k.hara.pg at gmail.com> 2013-10-01 19:30:25 PDT ---
To reproduce errors, -g switch is necessary.
> // Linker warning: Warning 161: Unknown CV version, ignored
> // mixin(getEnum(1024));
$ dmd -g -run test
DMD v2.064 DEBUG
OPTLINK (R) for Win32 Release 8.00.12
Copyright (C) Digital Mars 1989-2010 All rights reserved.
http://www.digitalmars.com/ctg/optlink.html
test.obj(test)
Warning 161: Unknown CV version, ignored
> // ICE
> // mixin(getEnum(1087));
$ dmd -g -run test
DMD v2.064 DEBUG
Internal error: backend\cgcv.c 203
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list