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: (cobweb removal) wrong # of args to gen_call





On Sun, 23 Jul 2000, Jeffrey A Law wrote:

>   In message <Pine.SOL.3.91.1000722113303.1616A-100000@cse.cygnus.com>you write
> :
>   > 
>   > 
>   > Sat Jul 22 13:40:02 2000  Jason Eckhardt  <jle@cygnus.com> 
>   > 
>   > 	* config/i860/i860.md (untyped_call expander): Invoke gen_call
>   > 	with correct number of arguments.
> I won't even ask how you found this :-)
> 

  I actually have i860 hardware, believe it or not! I'm trying to see if
  I can revive the i860 back-end from beyond the grave. I've been using
  the PGI i860 compiler for the last 7 years, but I'd like to have gcc
  going (I guess I'll volunteer be the defacto maintainer of i860 backend).

> Actually I think the right fix is to use GEN_CALL.  We're trying to avoid
> direct calls to gen_call these days.
> 

  Okay. I actually just copied from an identical pattern in pa.md
 
  jason.
 

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