Re: [PATCH] Fix s390 --with-mode=esa bootstrap (PR bootstrap/51860)

2012-01-16 Thread Andreas Krebbel
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 > > PR bootstrap/51860 > * config/s390/s390.c (s390_chunkify_start): Don't skip > call insns followed by NOTE_INSN_CALL_ARG_LOC

[PATCH] Fix s390 --with-mode=esa bootstrap (PR bootstrap/51860)

2012-01-16 Thread Jakub Jelinek
Hi! We get a -fcompare-debug failure on s390 -mesa on c-common.c, the problem is in s390_chunkify_start which behaves differently when a call is followed by NOTE_INSN_CALL_ARG_LOCATION. We skip the calls that are followed by that note in order to avoid inserting jumps and literal pools in between