[Issue 8601] CTFE Assertion failure (interpret.c) on dstring[].toUpper
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Mon Sep  3 23:38:31 PDT 2012
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=8601
Don <clugdbug at yahoo.com.au> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |CTFE, ice
                 CC|                            |clugdbug at yahoo.com.au
--- Comment #1 from Don <clugdbug at yahoo.com.au> 2012-09-03 23:39:08 PDT ---
Reduced test case:
dchar bug8601(dstring s) {
    dstring w = s[1..$];
    return  w[0];
}
enum dstring e8601 = [cast(dchar)'o', 'n'];
static assert(bug8601(e8601));
-- 
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