This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch for named asm operands in template functions
- From: Richard Henderson <rth at redhat dot com>
- To: Richard Sandiford <rsandifo at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 12 Apr 2002 14:52:49 -0700
- Subject: Re: Patch for named asm operands in template functions
- References: <wvnelhklma4.fsf@talisman.cambridge.redhat.com>
On Fri, Apr 12, 2002 at 09:00:51PM +0100, Richard Sandiford wrote:
> * stmt.c (check_unique_operand_names): Expect operand names to
> be strings rather than identifiers. Use simple_cst_equal to
> compare them.
> (resolve_operand_name_1): Make same identifier to string change here.
> * c-parse.in (asm_operand): Convert a named operand into a string.
> * cp/parse.y (asm_operand): Likewise.
Ok.
r~