We are occasionally seeing an internal error where the identifier processInitializers is not defined. That identifier is, however, a local function within the process() function. It is defined within the "compound_statement" block, but is indicated as undefined when referenced in the "translation_unit" block. The function should have been promoted to the top of process(), but for some reason, either isn't, or has otherwise not been defined.