[cfe-dev] Invalid GetElementPtrInst indices

Chris Lattner clattner at apple.com
Wed Jan 2 22:37:40 PST 2008


On Jan 1, 2008, at 5:21 AM, Sanghyeon Seo wrote:

> This crashes in CodeGen.
>
> void *test(int *i) {
>  short a = 1;
>  i += a;
> }

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

-Chris



More information about the cfe-dev mailing list