[Issue 11066] Spurious warning when profiling codes using toLower()

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Sep 18 20:25:13 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=11066



--- Comment #1 from kekeniro2 at yahoo.co.jp 2013-09-18 20:25:12 PDT ---
Reduced test case is here:

void main() {
    string s;
    foreach (dchar c; s) // affected by dchar
        return;
}

-- 
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