* function.c (assign_temp): Accept either type or decl argument.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Apr 2002 03:41:40 +0000 (03:41 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Apr 2002 03:41:40 +0000 (03:41 +0000)
commit567c22a9b9994351bdcc68d2745627e795b618cf
tree844e400ff563761e03467d66dbae67488978921a
parentffbee6f84ed75606a0d335971539301e0f128c86
    * function.c (assign_temp): Accept either type or decl argument.
        Detect variables whose size is too large to fit into an integer.
        * stmt.c (expand_decl): Pass the decl, not the type.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51788 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/function.c
gcc/stmt.c