#if defined ENABLE_CHECKING gcc_assert (handled_component_p (ref)) #endif
If 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)) #endif
If the comment says it has to be an ARRAY_REF, why not just check for that?