[cfe-dev] Array->pointer in static block variable

Sanghyeon Seo sanxiyn at gmail.com
Mon Dec 17 23:13:03 PST 2007


This crashes in CodeGen.

void test() {
  static char buf[10];
  static char *bufptr = buf;
}

-- 
Seo Sanghyeon



More information about the cfe-dev mailing list