]> gcc.gnu.org Git - gcc.git/commit
c-common.h (ASM_INPUT_P): New.
authorRichard Henderson <rth@redhat.com>
Tue, 2 Jan 2001 23:49:45 +0000 (15:49 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 2 Jan 2001 23:49:45 +0000 (15:49 -0800)
commit4f78b9a896ea942d9241538d15532b8f1587f420
tree6f47d15496d0c5ff8d25acd1c69deaf37c24d9ed
parentf941340f5a825b0320300e70ed828577d4b46260
c-common.h (ASM_INPUT_P): New.

        * c-common.h (ASM_INPUT_P): New.
        * c-parse.in (asm): Set it when needed.
        * c-semantics.c (genrtl_asm_stmt): Test it instead of the
        existance of an operand.

        * cp/parse.y (asm): Set ASM_INPUT_P.

From-SVN: r38638
gcc/ChangeLog
gcc/c-common.h
gcc/c-parse.in
gcc/c-semantics.c
gcc/cp/ChangeLog
gcc/cp/parse.y
gcc/testsuite/gcc.dg/asm-2.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/asm-3.c [new file with mode: 0644]
This page took 0.059079 seconds and 5 git commands to generate.