stor-layout.c (do_type_align): Only copy DECL_USER_ALIGN from TYPE_USER_ALIGN for...
authorJason Merrill <jason@redhat.com>
Wed, 20 Aug 2003 12:24:18 +0000 (08:24 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 20 Aug 2003 12:24:18 +0000 (08:24 -0400)
commit3acef2ae63e40303a73a7559939689c397c0450d
tree5de64ab02077a2ceccd6dd2c4e277f161bd8ac99
parent8f7d850c97a24f9809bfc3f9505d508e8b011000
stor-layout.c (do_type_align): Only copy DECL_USER_ALIGN from TYPE_USER_ALIGN for FIELD_DECLs.

        * 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.

From-SVN: r70597
gcc/ChangeLog
gcc/attribs.c
gcc/stor-layout.c
gcc/tree.c