[Issue 10865] New: dmd crashes with "-release -inline -noboundscheck"
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Aug 21 10:19:51 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10865
Summary: dmd crashes with "-release -inline -noboundscheck"
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: zan77137 at nifty.com
--- Comment #0 from SHOO <zan77137 at nifty.com> 2013-08-21 10:19:50 PDT ---
This code crashes dmd with "-release -inline -noboundscheck" switches:
----
import std.stdio;
----
$ dmd -c -release -inline -noboundscheck main
P:\app\dmd\bin\..\import\std\array.d: Error: function std.array.Appender!
(const(wchar)[]).Appender.Data.__xopEquals errors compiling the function
--
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