This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] RFC: Never gimplify ASM_EXPRs
- From: Jason Merrill <jason at redhat dot com>
- To: Diego Novillo <dnovillo at redhat dot com>
- Cc: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>, Jason Merrill <jason at redhat dot com>
- Date: Thu, 05 Jun 2003 11:12:36 -0400
- Subject: Re: [tree-ssa] RFC: Never gimplify ASM_EXPRs
- References: <1054822579.19594.18.camel@frodo.toronto.redhat.com>
Andrew and I discussed this issue at the summit, and agreed (I thought)
that the asm should either make the operand an input/output operand or pass
in X and do the dereference in the explicit assembly. I strongly disagree
with your proposal.
Jason