2013/2/4 Jakub Jelinek <ja...@redhat.com>: > Hi! > > In http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195550 > Jason changed the default assemble_visibility target hook to avoid > complaining on DECL_ARTIFICIAL decls, even when they have some visibility > set (the C++ FE now sets visibility of construction vtables), this patch > ports that to solaris and winnt private variants of the hook. > > Tested with Solaris cross on the testcase, ok for trunk? > > 2013-02-04 Jakub Jelinek <ja...@redhat.com> > PR libstdc++/54314 > * config/i386/winnt.c (i386_pe_assemble_visibility): Don't warn > about visibility on artificial decls.
The mingw-part is ok. Thanks, Kai