Re: ARRAY_RANGE_REF

2011-09-27 Thread Richard Henderson
On 09/27/2011 11:45 AM, Iyer, Balaji V wrote: > Hello Everyone, > Is there a test-case which emits the ARRAY_RANGE_REF tree node for C or > C++ Compiler? Can someone tell me an example (or even a line of code) that > will make the compiler create/emit this tree node? I'm pretty sure this c

Re: ARRAY_RANGE_REF

2011-09-27 Thread Andrew Pinski
On Tue, Sep 27, 2011 at 11:45 AM, Iyer, Balaji V wrote: > Hello Everyone, >        Is there a test-case which emits the ARRAY_RANGE_REF tree node for C > or C++ Compiler? Can someone tell me an example (or even a line of code) that > will make the compiler create/emit this tree node? C or C++,