* builtins.c (get_pointer_alignment): Honor DECL_ALIGN on a
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Jul 2007 13:43:33 +0000 (13:43 +0000)
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Jul 2007 13:43:33 +0000 (13:43 +0000)
commit6c96b31e2b66078aca6d4db371053cc879d936e9
tree1768a9d093d8c397f3d10649233aaf7917fff2df
parentddafc9f5b36f82cf1692a50bda2ef0e701899e04
* builtins.c (get_pointer_alignment): Honor DECL_ALIGN on a
FUNCTION_DECL.
* tree.c (build_decl_stat): Move code from here...
(make_node_stat): ... to here.  Don't uselessly clear DECL_USER_ALIGN.
(expr_align): Honor DECL_ALIGN on a FUNCTION_DECL.  Add comment
about using DECL_ALIGN of LABEL_DECL and CONST_DECL.
* tree.h (DECL_USER_ALIGN): Fix misplaced comment.
* varasm.c (assemble_start_function): Use DECL_ALIGN instead of
FUNCTION_BOUNDARY.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126588 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/builtins.c
gcc/tree.c
gcc/tree.h
gcc/varasm.c