This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: statement expressions and extended asm bug?
On Mon, Mar 15, 2004 at 02:03:10PM +0000, Nathan Sidwell wrote:
> It is your explicit allocation of the two temporary variables into the
> same register that is breaking things.
Ok, thats what I wanted to know. So, if I assign the temporary explict
register variable containing the result to a non-register variable, then
the expressions become well-formed and don't violate other constraints,
right?
Thank you for your help.
Gunther