This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH, PR 66521,part 2] Fix warnings on darwin when bootstrapping with vtable verification enabled
- From: Mike Stump <mikestump at comcast dot net>
- To: Caroline Tice <cmtice at google dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>, egall at gwmail dot gwu dot edu
- Date: Tue, 11 Aug 2015 14:53:07 -0700
- Subject: Re: [PATCH, PR 66521,part 2] Fix warnings on darwin when bootstrapping with vtable verification enabled
- Authentication-results: sourceware.org; auth=none
- References: <CABtf2+Rr83vjGTWDCB6Ons3L_DpART0KeuiE4HwSpfYvGgrL4w at mail dot gmail dot com>
On 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?
All the darwin bits look Ok.