parser.c (cp_parser_asm_definition): Properly consume scope operator tokens preceding...
authorJan Beulich <jbeulich@novell.com>
Thu, 12 Aug 2004 09:34:16 +0000 (09:34 +0000)
committerJan Beulich <jbeulich@gcc.gnu.org>
Thu, 12 Aug 2004 09:34:16 +0000 (09:34 +0000)
commitbf5930d4970a2202ebb6f4be70ea49678ef7cd6d
tree144183fc1e50174590efd59b23c41862425f832e
parente543e219eb1865d4230278c3db3d2bedd60b1de0
parser.c (cp_parser_asm_definition): Properly consume scope operator tokens preceding the clobbers.

cp/
2004-08-12 Jan Beulich <jbeulich@novell.com>

* parser.c (cp_parser_asm_definition): Properly consume scope operator
tokens preceding the clobbers. Don't check for scope operator
following inputs. Simplify inputs handling to match that now used for
clobbers.

testsuite/
2004-08-12 Jan Beulich <jbeulich@novell.com>

* g++.dg/ext/asm5.C: New.

From-SVN: r85860
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/testsuite/ChangeLog