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]

Re: Patch: ICE: while compiling libgcc2.a -DL_eh for Alpha32.



  In message <3714B135.3C889B55@interix.com>you write:
  > 1) Introduce a utility function to do this conversion (there
  > are more uses of it to come).  By doing this through a utility
  > function, a future opportunity for an optimization is eased.
convert_memory_address already exists.  You should use it.

  > Fri Feb 19 22:27:02 1999  Donn Terry (donn@interix.com)
  > 
  > 	* expr.h (pointer_move): Declare.
  > 	* expr.c (pointer_move): Define.
  > 	* except.c (expand_eh_return): Use.
I believe you need to change this patch to use convert_memory_address and
not add a new function (pointer_move) which is then unnecessary.


jeff


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