Syntax Error in i386.c

Peter Schmid schmid@suse.de
Wed Apr 14 06:00:00 GMT 1999


I had to apply the following patch to compile the current CVS Sources.

Peter Schmid

Wed Apr 14 14:18:22 1999  Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
* i386.c (memory_address_length): Add parenthesis
 

*** gcc/config/i386/i386.c~	Wed Apr 14 14:42:07 1999
--- gcc/config/i386/i386.c	Wed Apr 14 14:44:35 1999
*************** memory_address_length (addr)
*** 5572,5578 ****
  	  || addr == arg_pointer_rtx
  	  || addr == frame_pointer_rtx
  	  || (REGNO_REG_CLASS (REGNO (addr)) == SIREG
! 	      && ix86_cpu == PROCESSOR_K6 && !optimize_size)
  	return 1;
        else
  	return 0;
--- 5572,5578 ----
  	  || addr == arg_pointer_rtx
  	  || addr == frame_pointer_rtx
  	  || (REGNO_REG_CLASS (REGNO (addr)) == SIREG
! 	      && ix86_cpu == PROCESSOR_K6 && !optimize_size))
  	return 1;
        else
  	return 0;



More information about the Gcc-patches mailing list