[Issue 6988] char a = 'ä'; should not compile

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Nov 22 12:20:19 PST 2011


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


Trass3r <mrmocool at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |accepts-invalid, diagnostic
                 CC|                            |mrmocool at gmx.de
            Summary|char[] chars =              |char a = 'ä'; should not
                   |['à','è','ì']; should not   |compile
                   |compile                     |


--- Comment #1 from Trass3r <mrmocool at gmx.de> 2011-11-22 12:19:23 PST ---
It's more general:

void main()
{
    char a = 'ä'; // compiles fine
}

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