[Development] QtCS 2017 QtCore sessions
Ville Voutilainen
ville.voutilainen at gmail.com
Fri Dec 1 22:37:05 CET 2017
On 1 December 2017 at 22:35, Thiago Macieira <thiago.macieira at intel.com> wrote:
> In theory, it's possible to use GCC 6 against an old set of libstdc++ headers.
>
> I don't know if the GCC devs officially support this (Ville, can you chime
> in?).
There's no attempt by GCC maintainers to make a newer compiler work
with the older libstdc++ versions.
They probably work, considering that the old library probably doesn't
use any intrinsics and such
the newer compiler doesn't have (modulo things that have been removed
for one reason or another),
but bug reports for such combinations are likely going to be outright
rejected as invalid. For example, if
there's some code in an old libstdc++ that the newer compiler doesn't
accept, there's going to be
exactly zero effort to fix that.
More information about the Development
mailing list