>>>>> "Andrew" == Andrew Mauer <mauer@mcs.anl.gov> writes: Andrew> ** pC++2dep gets the wrong type for &(y[2]). Ok... Now I remember the issue. I am supposed to be thinking C++, where T_ARRAY means `x' in `double x[8]', so the result is reasonable even if it is not what I expect/want. /Andrew/