#if defined ENABLE_CHECKING
gcc_assert (handled_component_p (ref))
#endifIf the comment says it has to be an ARRAY_REF, why not just check for that?
#if defined ENABLE_CHECKING
gcc_assert (handled_component_p (ref))
#endifIf the comment says it has to be an ARRAY_REF, why not just check for that?