https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68224
kargl at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kargl at gcc dot gnu.org --- Comment #3 from kargl at gcc dot gnu.org --- It appears that this needs to be fixed in match_array_element_spec. When the lower and upper array indices are matched, there is no checking for NULL(). NULL() is an interesting intrinsic function.