re PR c/5609 (ICE on named operands in inline assembler)
authorRichard Henderson <rth@redhat.com>
Thu, 7 Feb 2002 01:38:40 +0000 (17:38 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 7 Feb 2002 01:38:40 +0000 (17:38 -0800)
commitedd1967d0c957ab48836fe0cc0128d012c6b6c6c
tree0dff9e44d22a2396c142a7018e5bd673b236bb05
parent448f456d7a9043f135f13ea300f8ac124906adfe
re PR c/5609 (ICE on named operands in inline assembler)

        PR c/5609
        * stmt.c (resolve_operand_name_1): Take more care with mixed
        named and unnamed operands.

        * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.

From-SVN: r49560
gcc/ChangeLog
gcc/stmt.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/asm-4.c