PR 15454
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 May 2004 17:37:02 +0000 (17:37 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 May 2004 17:37:02 +0000 (17:37 +0000)
commit3efaa21fdf009b84db08db0510758f80022653fc
tree26093e305b2beac279f6e5071f666f80884039c2
parentf47da044d48188a9b956de5462cb3d9fa59bea1a
    PR 15454
        * tree-nested.c (get_chain_decl): Create a PARM_DECL by hand.
        * function.c (expand_function_start): Expand static_chain_decl by hand.
        * gimplify.c (create_tmp_var_name): Export.
        * tree-gimple.h (create_tmp_var_name): Declare.
* gcc.c-torture/execute/20040520-1.c: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82064 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/function.c
gcc/gimplify.c
gcc/testsuite/gcc.c-torture/execute/20040520-1.c [new file with mode: 0644]
gcc/tree-gimple.h
gcc/tree-nested.c