]> git.ipfire.org Git - thirdparty/gcc.git/commit
* stor-layout.c (do_type_align): Only copy DECL_USER_ALIGN from
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Aug 2003 12:24:18 +0000 (12:24 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Aug 2003 12:24:18 +0000 (12:24 +0000)
commit79bdd5ffbdff5ef603a8d4ddac847c6cf0784592
tree5de64ab02077a2ceccd6dd2c4e277f161bd8ac99
parent7d299f3d716100d684ee81beeb2bb0086b575579
    * stor-layout.c (do_type_align): Only copy DECL_USER_ALIGN from
        TYPE_USER_ALIGN for FIELD_DECLs.

        * attribs.c (decl_attributes): Rebuild the function pointer type after
        changing the target type.
        * tree.c (get_qualified_type): Also check that the attributes match.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70597 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/attribs.c
gcc/stor-layout.c
gcc/tree.c