stmt.c (check_unique_operand_names): Expect operand names to be strings rather than...
authorRichard Sandiford <rsandifo@redhat.com>
Sat, 13 Apr 2002 09:29:03 +0000 (09:29 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sat, 13 Apr 2002 09:29:03 +0000 (09:29 +0000)
commitfc552851609146aa068cad21f052d10d2552c357
tree7ce196bd09b2829aee78182cc4a87bbe0cf3c046
parentc8825221047b9d22cac2af7d52b7c7cba4fa6967
stmt.c (check_unique_operand_names): Expect operand names to be strings rather than identifiers.

* 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.

From-SVN: r52269
gcc/ChangeLog
gcc/c-parse.in
gcc/cp/parse.y
gcc/stmt.c