https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120698
Bug ID: 120698 Summary: ./configure - unclear default for vtable-verify Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: web Assignee: unassigned at gcc dot gnu.org Reporter: dilyan.palauzov at aegee dot org Target Milestone: --- https://gcc.gnu.org/onlinedocs/libstdc++/manual/configure.html says: > --enable-vtable-verify[default] which means, that by default vtable-verify is enabled (in libstdc++). But https://gcc.gnu.org/install/configure.html contradicts: > --disable-vtable-verify is the default. There are contradictions is the documentation, whether the default on configuring gcc is to utilize the vtable-verify feature.