OSDN Git Service

* typeck.c (mark_addressable): Don't test TREE_ADDRESSABLE early.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Jun 2002 23:23:54 +0000 (23:23 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Jun 2002 23:23:54 +0000 (23:23 +0000)
commit4f20a742111a10e073d622b18654c7da4ed288da
treea0d0772409194eae7f488dba0cb742b1d9c93654
parent8da1563c201799430643d7d7243720592e0211c9
    * typeck.c (mark_addressable): Don't test TREE_ADDRESSABLE early.
        Call put_var_into_stack.
        * g++.dg/opt/asm1.C: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54862 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/typeck.c
gcc/testsuite/g++.dg/opt/asm1.C [new file with mode: 0644]