This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Port Jason's r195550 varasm.c change also to mingw/cygwin/solaris private copies (PR libstdc++/54314)


2013/2/4 Jakub Jelinek <jakub@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  <jakub@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]