[Issue 7189] New: inline failed
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Dec 31 03:46:35 PST 2011
http://d.puremagic.com/issues/show_bug.cgi?id=7189
Summary: inline failed
Product: D
Version: D2
Platform: Other
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: soarowl at yeah.net
--- Comment #0 from soarowl at yeah.net 2011-12-31 03:46:32 PST ---
I use head version of DMD to compile my little app
https://bitbucket.org/soarowl/passgen/src/4e1aaaaedb56/passgen.d with following
parameters:
dmd -inline -noboundscheck -nofloat -J. -O -release passgen.d
but have following errors:
Statement::doInline()
for (uint __limit1355 = pos;
uint i = oldLength;
i-- > __limit1355;)
{
move(array[i],array[i + delta]);
}
Assertion failure: '0' on line 500 in file 'inline.c'
abnormal program termination
--
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