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

2012-01-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6988


yebblies yebbl...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||yebbl...@gmail.com
 Resolution||DUPLICATE


--- Comment #2 from yebblies yebbl...@gmail.com 2012-02-01 14:48:05 EST ---
*** This issue has been marked as a duplicate of issue 6458 ***

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


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

2011-11-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6988


Trass3r mrmoc...@gmx.de changed:

   What|Removed |Added

   Keywords||accepts-invalid, diagnostic
 CC||mrmoc...@gmx.de
Summary|char[] chars =  |char a = '�'; should not
   |['�','�','�']; should not   |compile
   |compile |


--- Comment #1 from Trass3r mrmoc...@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: ---