http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51860

--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-01-16 
14:05:59 UTC ---
Author: jakub
Date: Mon Jan 16 14:05:54 2012
New Revision: 183210

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183210
Log:
    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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/s390/s390.c

Reply via email to