https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105688
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|1 |0
Status|WAITING |UNCONFIRMED
--- Comment #32 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Vincent Lefèvre from comment #21)
> But perhaps that instead, a run path should be used
> together with --disable-new-dtags (so that it overrides the user's
> LD_LIBRARY_PATH).
The runpath won't work because the libraries are installed yet.
This is whole forward vs backward compatibility issue really.
libstdc++ is backwards compatible but not forwards compatible. Note Ada
front-end has already a similar issue too.
I don't see a way of fixing this without breaking everything.