Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 228287 | Differences between
and this patch

Collapse All | Expand All

(-)gcc/config/pa/pa.c (-1 / +3 lines)
Lines 7547-7553 Link Here
7547
	  if (seq_length != 0
7547
	  if (seq_length != 0
7548
	      && GET_CODE (NEXT_INSN (insn)) != JUMP_INSN
7548
	      && GET_CODE (NEXT_INSN (insn)) != JUMP_INSN
7549
	      && !sibcall
7549
	      && !sibcall
7550
	      && (!TARGET_PA_20 || indirect_call))
7550
	      && (!TARGET_PA_20
7551
		  || indirect_call
7552
		  || ((TARGET_LONG_ABS_CALL || local_call) && !flag_pic)))
7551
	    {
7553
	    {
7552
	      /* A non-jump insn in the delay slot.  By definition we can
7554
	      /* A non-jump insn in the delay slot.  By definition we can
7553
		 emit this insn before the call (and in fact before argument
7555
		 emit this insn before the call (and in fact before argument

Return to bug 228287