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]

gcc compile glitch on hp-ux 11


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


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