parser.c (cp_parser_asm_definition): Correct handling of omitted operands.
authorMark Mitchell <mark@codesourcery.com>
Wed, 8 Jan 2003 16:59:31 +0000 (16:59 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 8 Jan 2003 16:59:31 +0000 (16:59 +0000)
commit8caf4c38d83943bcc708ee5707e81076a16f5f43
tree415b417ba0ff5c1625a508dad26509d303d8adb5
parent918c4fe41e55d3968a1ce0a528a695e4256751b7
parser.c (cp_parser_asm_definition): Correct handling of omitted operands.

* parser.c (cp_parser_asm_definition): Correct handling of omitted
operands.

* g++.dg/ext/asm4.C: New test.

From-SVN: r61048
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/asm4.C [new file with mode: 0644]