gcc compile glitch on hp-ux 11

Peter Samuelson peter@cadcamlab.org
Sun Apr 29 03:59:00 GMT 2001


The cheesy HP-UX 11 non-ANSI compiler doesn't like leading spaces in
preprocessor lines.  I don't know if this has been fixed yet but it is
in 2.95.3 at least.

Peter


diff -cr gcc-2.95.3/gcc/function.c gcc-2.95.3-/gcc/function.c
*** gcc-2.95.3/gcc/function.c~	Thu Jan 25 08:03:15 2001
--- gcc-2.95.3/gcc/function.c	Tue Apr 17 09:51:42 2001
***************
*** 6927,6933 ****
  	    }
  	}
        }
!   #endif
  }
  
  /* Reposition the prologue-end and epilogue-begin notes after instruction
--- 6927,6933 ----
  	    }
  	}
        }
! #endif
  }
  
  /* Reposition the prologue-end and epilogue-begin notes after instruction



More information about the Gcc-patches mailing list