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]

[PATCH, libvtv] Fix configure/testsuite issues with libvtv


This  patch should fix the issues that people were having with the
libvtv testsuite being run (and failing) when GCC was not configured
with --enable-vtable-verify.  I am still in the process of running
some tests, but at this point I am fairly confident that this patch
works correctly.  Even though I am the libvtv maintainer, I would
appreciate someone else reviewing this patch too, as a sanity check.

-- Caroline Tice
cmtice@google.com

2013-09-11 Caroline Tice  <cmtice@google.com>

        * Makefile.am: Re-instante ENABLE_VTABLE_VERIFY checks, to make
        sure testsuite is not run if libstdc++ and libgcc were not built
        with vtable verification.
        * Makefile.in: Regenerated.
        * configure.ac: Re-instatate checks for --enable-vtable-verify flag,
        to make sure testsuite is not run if libstdc++ and libgcc were not
        built with vtable verification.
        * configure: Regenerated.

Attachment: libvtv-configure.patch
Description: Binary data


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