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


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.


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