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

Chris Lattner clattner at apple.com
Tue Dec 18 00:17:04 PST 2007


On Dec 17, 2007, at 11:13 PM, Sanghyeon Seo wrote:

> This crashes in CodeGen.
>
> void test() {
>  static char buf[10];
>  static char *bufptr = buf;
> }

Fixed, thanks!
http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20071217/003473.html

-Chris



More information about the cfe-dev mailing list