* function.c (assign_parm_setup_block): When creating a new stack slot
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 23 Jan 2005 08:27:47 +0000 (08:27 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 23 Jan 2005 08:27:47 +0000 (08:27 +0000)
commit3a1c59da7ff3b1f66842e37fbc040ba52e4829a1
tree187cae71a9a56b40b7f5c620f27c57de2cf6991a
parent60d76236286f9abff18f6a503f608ecaa02f071f
* function.c (assign_parm_setup_block): When creating a new stack slot
for a parameter, get its alignment from the parameter's DECL_ALIGN
rather than the type's TYPE_ALIGN.  Make sure that the parameter
is at least word aligned.

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