From: Jonathan Wakely Date: Wed, 18 Jun 2025 14:46:24 +0000 (+0100) Subject: libstdc++: Fix docs for --enable-vtable-verify [PR120698] X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d199a9c7c5034d0eddb3380a58342a5bcbe6febd;p=thirdparty%2Fgcc.git libstdc++: Fix docs for --enable-vtable-verify [PR120698] libstdc++-v3/ChangeLog: PR libstdc++/120698 * doc/xml/manual/configure.xml: Do not claim that vtv is enabled by default. * doc/html/manual/configure.html: Regenerate. --- diff --git a/libstdc++-v3/doc/html/manual/configure.html b/libstdc++-v3/doc/html/manual/configure.html index 3564b0c409f..eb4d4211710 100644 --- a/libstdc++-v3/doc/html/manual/configure.html +++ b/libstdc++-v3/doc/html/manual/configure.html @@ -268,7 +268,7 @@ operations (e.g. the library is configured for armv7 and then code is compiled with -march=armv5t) then the program might rely on support in libgcc to provide the atomics. -

--enable-vtable-verify[default]

Use -fvtable-verify=std to compile the C++ +

--enable-vtable-verify

Use -fvtable-verify=std to compile the C++ runtime with instrumentation for vtable verification. All virtual functions in the standard library will be verified at runtime. Types impacted include locale and diff --git a/libstdc++-v3/doc/xml/manual/configure.xml b/libstdc++-v3/doc/xml/manual/configure.xml index cd5f44458a2..460b994009d 100644 --- a/libstdc++-v3/doc/xml/manual/configure.xml +++ b/libstdc++-v3/doc/xml/manual/configure.xml @@ -438,7 +438,7 @@ - --enable-vtable-verify[default] + --enable-vtable-verify Use -fvtable-verify=std to compile the C++ runtime with instrumentation for vtable verification. All virtual