Catch unrenamed symbols during SSA verification When passes fail to call update_stmt symbols that need renaming are not catched and thus SSA verification failure is delayed to the next passes entry verify_ssa. The following attributes such failure correctly, showing the responsible stmt. * tree-ssa-operands.cc (operands_scanner::verify_ssa_operands): Verify there are no operands that need renaming.