]> gcc.gnu.org Git - gcc.git/commit - gcc/function.c
function.c (assign_stack_temp_for_type): Abort if mode == Blkmode and align is less...
authorJohn Wehle <john@feith.com>
Fri, 5 Mar 1999 01:19:25 +0000 (01:19 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 5 Mar 1999 01:19:25 +0000 (18:19 -0700)
commit6f67a30d15afdf01e89ad5b8c88f5ad9bef94bb6
tree33690e0e0c157ed4d3c3cf1c26664e7cdb9bf2ab
parent01587fa2fe4deff7bf106fa223d6c1ed5fc75db5
function.c (assign_stack_temp_for_type): Abort if mode == Blkmode and align is less than BIGGEST_ALIGNMENT / BITS_PER_UNIT.

        * function.c (assign_stack_temp_for_type): Abort
        if mode == Blkmode and align is less than
        BIGGEST_ALIGNMENT / BITS_PER_UNIT.
        (assign_stack_temp_for_type): Round the size parameter
        passed to assign_stack_local instead of size itself.
Bootstrapped on the PA and x86.

From-SVN: r25593
gcc/ChangeLog
gcc/function.c
This page took 0.092088 seconds and 5 git commands to generate.