search for: littlelist

Displaying 1 result from an estimated 1 matches for "littlelist".

Did you mean: littlelist1
2010 Jun 17
2
[LLVMdev] Strange pointer aliasing behaviour
On Jun 17, 2010, at 9:42 AM, Pierre C wrote: > >>> Consider a case like the following: >>> struct X { int a; int b[10]; }; >>> int f(struct X* a) { a->b[-1] = 1; return a->a; } >>> >>> This is technically illegal code, but various programs depend on >>> constructs like this working. >>> > > Actually if you want to