* stmt.c (parse_output_constraint): New function, split out
commit37c0f95667380816fea91ab49e3646e87f5716c9
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Jul 2001 17:35:56 +0000 (11 17:35 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Jul 2001 17:35:56 +0000 (11 17:35 +0000)
tree57b7a186faa875a9fa8844e89aecf8ef603b8726
parentca2968e9696954af516de34c9717a5de2b229994
* stmt.c (parse_output_constraint): New function, split out
from ...
(expand_asm_operands): ... here.  Use parse_output_constraint.
* tree.h (parse_output_constraint): Declare it.

* semantics.c (finish_asm_stmt): Mark the output operands
to an asm addressable, if necessary.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43941 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/cp/semantics.c
gcc/stmt.c
gcc/testsuite/g++.old-deja/g++.other/asm3.C [new file with mode: 0644]
gcc/tree.h