]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cp/semantics.c
stmt.c (parse_output_constraint): New function, split out from ...
authorMark Mitchell <mark@codesourcery.com>
Wed, 11 Jul 2001 17:35:56 +0000 (17:35 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 11 Jul 2001 17:35:56 +0000 (17:35 +0000)
commit40b18c0a378124dca8b0f29f798fb47de9516e15
tree57b7a186faa875a9fa8844e89aecf8ef603b8726
parenta615c28a76cf89e38a5ee5359b9215948c21efe7
stmt.c (parse_output_constraint): New function, split out from ...

* 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.

From-SVN: r43941
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