On Sun, Jun 06, 2004 at 01:22:53PM -0400, Richard Kenner wrote: > The issue is something like an ARRAY_REF of a VIEW_CONVERT_EXPR of > another ARRAY_REF. The code will try to put the VIEW_CONVERT_EXPR result > into a temporary and that has an ARRAY_TYPE. Why are you using VIEW_CONVERT_EXPR on something other than scalars? r~