This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: i386 attribute memory bug
- To: law at cygnus dot com, Richard Henderson <rth at cygnus dot com>
- Subject: Re: i386 attribute memory bug
- From: Richard Henderson <rth at cygnus dot com>
- Date: Wed, 28 Oct 1998 00:06:17 -0800
- Cc: egcs-patches at cygnus dot com
- References: <19981027152710.A1565@dot.cygnus.com> <23901.909559580@hurl.cygnus.com>
- Reply-To: Richard Henderson <rth at cygnus dot com>
On Wed, Oct 28, 1998 at 12:26:20AM -0700, Jeffrey A Law wrote:
> How about fixing return_internal instead to specify "other" instead of
> changing the default for everything.
And how many other instructions are similarly mis-labeled?
I guarantee that number is non-zero.
The only correct thing to do is to go through each of the
instructions that ought to be "integer" and so mark them.
But that is outside the scope of this patch.
r~