This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[3.3] OK to apply patch for PR 17565?


Is it OK to apply the fix for 17565 to 3.3?  Bootstrapped & regression
tested on mips-sgi-irix6.5.

Richard


	PR target/17565
	* config/mips/mips.md (define_asm_attributes): Set can_delay to no.

Index: config/mips/mips.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/mips/mips.md,v
retrieving revision 1.153.2.5
diff -c -p -F^\([(a-zA-Z0-9_]\|#define\) -r1.153.2.5 mips.md
*** config/mips/mips.md	27 Mar 2004 10:35:03 -0000	1.153.2.5
--- config/mips/mips.md	10 Nov 2004 21:14:55 -0000
*************** (define_attr "branch_likely" "no,yes"
*** 163,169 ****
  
  ;; Describe a user's asm statement.
  (define_asm_attributes
!   [(set_attr "type" "multi")])
  
  ;; whether or not generating calls to position independent functions
  (define_attr "abicalls" "no,yes"
--- 163,170 ----
  
  ;; Describe a user's asm statement.
  (define_asm_attributes
!   [(set_attr "type" "multi")
!    (set_attr "can_delay" "no")])
  
  ;; whether or not generating calls to position independent functions
  (define_attr "abicalls" "no,yes"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]