[Issue 5708] Error in std.typecons when -release, -inline, and -noboundscheck are all enabled
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Mar 5 17:22:22 PST 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5708
bearophile_hugs at eml.cc changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bearophile_hugs at eml.cc
--- Comment #1 from bearophile_hugs at eml.cc 2011-03-05 17:19:25 PST ---
Problem confirmed on Windows, DMD 2.052, compiled with:
-inline -release -noboundscheck
A bit reduced code:
import std.conv: to;
void main() {
int[string] aa;
to!string(aa);
}
--
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