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, PR 66521,part 2] Fix warnings on darwin when bootstrapping with vtable verification enabled


I forgot the ChangeLog enty; here it is:

libstdc++-v3/ChangeLog:

2015-08-11  Caroline Tice <cmtice@google.com>

        PR 66521, Contributed by Eric Gallager
        * acinclude.m4 (VTV_CXXLINKFLAGS): Make this variable OS-specific, and
        fix the rpath flag to work properly for darwin.
        * configure: Regenerated.

On Tue, Aug 11, 2015 at 12:08 PM, Caroline Tice <cmtice@google.com> wrote:
> When bootstrapping on darwin with vtable verificaiton enabled,
> libstdc++ is giving  a lot of warnings due to a flag in
> VTV_CXXLINKFLAGS that has a slightly different format for darwin than
> for linux.  This patch (actually contributed by Eric Gallager) fixes
> the problem.
>
> I have tested this patch by bootstrapping and running the entire
> testsuite with no regressions.  Is this OK to commit?
>
> -- Caroline Tice
> cmtice@google.com


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