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
On Thu, Jun 05, 2003 at 11:12:36AM -0400, Jason Merrill wrote:
> 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.
Doing the dereference explicitly in the assembly is not
an option. The syntax for various addressing modes
varies too widely.
IMO yall should be special-casing memory operands.
r~