re PR c++/7015 (certain __asm__ constructs rejected)
authorNathan Sidwell <nathan@codesourcery.com>
Mon, 16 Sep 2002 14:34:02 +0000 (14:34 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Mon, 16 Sep 2002 14:34:02 +0000 (14:34 +0000)
commit28c56d256992d5d330ebec07b1e939924b8d1086
treea944ac0264fe665e3967a1545691b375acdbdc06
parenta41c6c533d4b1081fdb453cfa8fa5526af764151
re PR c++/7015 (certain __asm__ constructs rejected)

cp:
2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>

PR c++/7015
* semantic.c (finish_asm_stmt): Fix operand/output_operands
thinko.
* typeck.c (c_expand_asm_operands): Protect from error_mark_node.
testsuite
* g++.dg/ext/asm3.C: New test.

From-SVN: r57192
gcc/cp/ChangeLog
gcc/cp/semantics.c
gcc/cp/typeck.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/asm3.C [new file with mode: 0644]