function.c (assign_temp): Accept either type or decl argument.
commit9432c136e556d48adba14835a9588358013ace56
authorEric Botcazou <ebotcazou@multimania.com>
Wed, 3 Apr 2002 03:41:40 +0000 (3 03:41 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 3 Apr 2002 03:41:40 +0000 (2 19:41 -0800)
tree844e400ff563761e03467d66dbae67488978921a
parent058b12757e42cba6708dd350e43ebb71c8655bf5
function.c (assign_temp): Accept either type or decl argument.

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

Co-Authored-By: Richard Henderson <rth@redhat.com>
From-SVN: r51788
gcc/ChangeLog
gcc/function.c
gcc/stmt.c