On Tue, 27 Nov 2012, Jakub Jelinek wrote: > 2012-11-26 Jakub Jelinek <ja...@redhat.com> > > PR debug/36728 > PR debug/55467 > * cselib.c (cselib_process_insn): If cselib_preserve_constants, > don't reset table and exit early on volatile insns and setjmp. > Reset table afterwards on setjmp.
It seems this also fixes the s390x-linux bootstrap; at least the test-case in PR bootstrap/55511. Thanks again. (N.B. there may also be a bug in var-tracking, covered up by the patch above.) brgds, H-P