This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gimple question


Hello,

For the following function :

int foo (int i, int array[i++])
{
    return i;
}

I can't find the explicit increment of i (appearing in the second 
parameter) in the gimple tree.
This information is preserved somewhere, as after rtl expansion, it 
appears 
explicitly in the body of the method.

Could someone point me where to look for this info?

Thanks,
Razya
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]