Thread overview | |||||
---|---|---|---|---|---|
|
December 31, 2011 [Issue 7189] New: inline failed | ||||
---|---|---|---|---|
| ||||
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@puremagic.com ReportedBy: soarowl@yeah.net --- Comment #0 from soarowl@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: ------- |
January 01, 2012 [Issue 7189] inline failed | ||||
---|---|---|---|---|
| ||||
Posted in reply to soarowl@yeah.net | http://d.puremagic.com/issues/show_bug.cgi?id=7189 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla@digitalmars.com --- Comment #1 from Walter Bright <bugzilla@digitalmars.com> 2011-12-31 18:22:33 PST --- Curiously, it's the -noboundscheck that's the trigger. Hmmm. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
January 01, 2012 [Issue 7189] inline failed | ||||
---|---|---|---|---|
| ||||
Posted in reply to soarowl@yeah.net | http://d.puremagic.com/issues/show_bug.cgi?id=7189 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Walter Bright <bugzilla@digitalmars.com> 2011-12-31 21:33:01 PST --- https://github.com/D-Programming-Language/dmd/commit/f237d7cc8a06371432c5bd1a3e343069184222c5 https://github.com/D-Programming-Language/dmd/commit/227769c47847fd577d423469c656e7a72246553c -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation