function.c (assign_stack_local_1): Do not correct stack slot address if allocation...
authorDavid Edelsohn <edelsohn@gnu.org>
Thu, 4 Aug 2005 18:36:26 +0000 (18:36 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Thu, 4 Aug 2005 18:36:26 +0000 (14:36 -0400)
commitd70eadf7badda66d552d4a68278c1d382e6e0a9b
treedba624a2afb154da41d1a55ee60bc0fc0561bb26
parentc4f548b8c5bd9b7178466ec69433f652bdc7e7f6
function.c (assign_stack_local_1): Do not correct stack slot address if allocation size is smaller than mode size.

        * function.c (assign_stack_local_1): Do not correct stack slot
        address if allocation size is smaller than mode size.

From-SVN: r102742
gcc/ChangeLog
gcc/function.c