https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99172
gcc-user at riseup dot net changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99172
--- Comment #8 from gcc-user at riseup dot net ---
> Is there something here that you want/need me to take care of?
If you can make it so that -lvtv is never passed to libtool so that slibtool
will also work with --enable-vtable-verify as describ
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99172
--- Comment #5 from gcc-user at riseup dot net ---
Starting with gcc-10 gentoo is not going to enable --enable-vtable-verify by
default anymore.
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63c16d8b5e71b5f8e6185965062cf9c836800c29
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99172
--- Comment #4 from gcc-user at riseup dot net ---
Thanks for the clarification, regardless -lvtv is then passed to the libtool
implementation. With GNU libtool it is silently removed hiding the bug, while
slibtool actually passes it to ld which f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99172
--- Comment #2 from gcc-user at riseup dot net ---
> Note swapping out parts of the build system isn't tested/supported.
This is both a gcc and GNU libtool bug, gcc is passing invalid flags and
libtool is silently hiding the fact. I understand t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99172
Bug ID: 99172
Summary: Build failure with slibtool and vtv
Product: gcc
Version: 10.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++