This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: will multi-register returns get fixed?
- From: Michael Matz <matz at suse dot de>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: davidm at hpl dot hp dot com, <gcc at gcc dot gnu dot org>
- Date: Fri, 6 Jun 2003 22:50:27 +0200 (CEST)
- Subject: Re: will multi-register returns get fixed?
Hi,
On Fri, 6 Jun 2003, Jakub Jelinek wrote:
> Well, %edx doesn't have to be cleared for the second time.
Of course, but that wouldn't fit my definition of atrocious ;-)
The code was anyway probably wrong, as in the error case it left the high
bits zeroed, whereas it was likely to be supposed to set them to indicate
it contains an error value.
Ciao,
Michael.