https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91396

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|driver                      |other

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
Likely

#define GNU_USER_TARGET_STARTFILE_SPEC \
...
   %{fvtable-verify=none:%s; \
     fvtable-verify=preinit:vtv_start_preinit.o%s; \
     fvtable-verify=std:vtv_start.o%s} " \

should either be conditional on !static or indeed the copy removed from the
static libvtv.

Reply via email to