http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48517

--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-04-08 
15:01:34 UTC ---
Reduced testcase:

unsigned is_valid_chgmode_keycode (unsigned short key)
{
  static const unsigned short array[] = (const unsigned short []) { 0x0D2B };
  const unsigned short *ptr = array;
}

Reply via email to