* stmt.c (check_unique_operand_names): Expect operand names to
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 13 Apr 2002 09:29:03 +0000 (09:29 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 13 Apr 2002 09:29:03 +0000 (09:29 +0000)
commite3189f725522a4d9f31513fe558cd8b1b1dc45d4
tree7ce196bd09b2829aee78182cc4a87bbe0cf3c046
parent12543bbd3ea56921c2ed323d04ce266195eaecfb
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52269 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-parse.in
gcc/cp/parse.y
gcc/stmt.c