]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/attribs.cc
re PR c++/14587 (Multiple inheriance/DLL testcase (g++.dg/ext/dllexport-MI1.C) failures)
authorJason Merrill <jason@redhat.com>
Fri, 30 Apr 2004 22:26:48 +0000 (18:26 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 30 Apr 2004 22:26:48 +0000 (18:26 -0400)
commit672149847fcde1b055ddbcfff7849e3a6a4043aa
treef4d65d8bd351d2fdf24edc0ee51fdb6998ce6afc
parent269c559dab0e8ff21c33aae0186c8144d86f3bbe
re PR c++/14587 (Multiple inheriance/DLL testcase (g++.dg/ext/dllexport-MI1.C) failures)

        PR c++/14587
        * config/i386/winnt.c (associated_type): Look for attributes on
        the TYPE_MAIN_VARIANT of *this.
        * attribs.c (decl_attributes): If ATTR_FLAG_TYPE_IN_PLACE, also
        apply the attributes to the variants.

From-SVN: r81369
gcc/ChangeLog
gcc/attribs.c
gcc/config/i386/winnt.c