This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: function.c patch for IA-64 REG_LIBCALL dangling reference
- To: Jim Wilson <wilson at cygnus dot com>
- Subject: Re: function.c patch for IA-64 REG_LIBCALL dangling reference
- From: Bernd Schmidt <bernds at redhat dot co dot uk>
- Date: Fri, 6 Oct 2000 12:35:44 +0100 (BST)
- cc: gcc-patches at gcc dot gnu dot org
On Thu, 5 Oct 2000, Jim Wilson wrote:
> PS The nested REG_LIBCALL/REG_RETVAL notes are wrong too, but they appear to
> be harmless. Someone made emit_library_call emit these notes, not realizing
> that optabs.c was already emitting them.
This should not happen anymore. Where does emit_library_call get called when
this happens?
Bernd