On 01/16/2012 02:38 PM, Jakub Jelinek wrote: > Fixed thusly, bootstrapped on s390-linux --with-mode=esa. Ok for trunk? > > 2012-01-16 Jakub Jelinek <ja...@redhat.com> > > PR bootstrap/51860 > * config/s390/s390.c (s390_chunkify_start): Don't skip > call insns followed by NOTE_INSN_CALL_ARG_LOCATION note. Skip > NOTE_INSN_VAR_LOCATION and NOTE_INSN_CALL_ARG_LOCATION notes. > If insn is followed by NOTE_INSN_VAR_LOCATION or > NOTE_INSN_CALL_ARG_LOCATION notes, insert jump after all those notes. > Don't use location of note insns.
Ok. Thanks! -Andreas-