compiler standards (and/or min gcc version) supported with installed headers ?

Rich Felker dalias@aerifal.cx
Wed Jan 2 16:38:00 GMT 2013


On Wed, Jan 02, 2013 at 04:15:09PM +0100, Andreas Grapentin wrote:
> Why do you prefer supporting ancient gcc versions in recent version of
> glibc over requiring users of older gcc versions to use older glibc
> versions as well? Wouldn't that make things a lot easier?

Using an old glibc version almost certainly means your application is
vulnerable to security bugs, unless you aggressively research all the
issues and backport fixes. There's no such issue with using an old gcc
version.

Rich



More information about the Libc-alpha mailing list