cp:
commitac37c471d104af8079dbe8b320f61d929a2888e4
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Sep 2002 14:34:02 +0000 (16 14:34 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Sep 2002 14:34:02 +0000 (16 14:34 +0000)
treea944ac0264fe665e3967a1545691b375acdbdc06
parent4fbc4db5fec2817f6309bebcc5851a198c111cf6
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57192 138bc75d-0d04-0410-961f-82ee72b054a4
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]