This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: GCC can't count operands.
- To: Tony Mantler <eek at escape dot ca>
- Subject: Re: GCC can't count operands.
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Fri, 24 Mar 2000 10:08:31 -0700
- cc: gcc-bugs at gcc dot gnu dot org
- Reply-To: law at cygnus dot com
In message <v04003a03b50096cba707@[24.66.67.189]>you write:
> The attached ASM macro is giving me grief. GCC complains about there being
> more than 10 operands, and refuses to compile. In reality, there are only 6
> operands, since the input and output operands are overlayed.
The fact that operands are overlayed does not matter in the RTL IR we
have slots for only 10 operands and we have to store every operand, even
when two are going to be made to match each other.
jeff