Home
last modified time | relevance | path

Searched hist:"60 b426f46ce3b5edbe8a9e4f73ca60e4ff914d7c" (Results 1 – 3 of 3) sorted by relevance

/freebsd/include/
H A Dstdbool.hdiff 60b426f46ce3b5edbe8a9e4f73ca60e4ff914d7c Sun Oct 25 01:21:06 CEST 2020 Warner Losh <imp@FreeBSD.org> Remove obsolete check for GCC < 3 and support for Intel Compiler

We no longer support old versions of GCC. Remove this check by
assuming it's false. That will make the entire expression false. Also
remove support for Intel compiler, it's badly bitrotted. Technically,
this removes support for C89 and K&R from compilers that don't define
_Bool in those compilation environments as well. I'm unaware of any
working compiler today for which that would be relevant (pcc has it
and tcc sadly isn't working for other reasons), though if one
pops up in ports, I'll work to resolve the issue.
H A Dstdlib.hdiff 60b426f46ce3b5edbe8a9e4f73ca60e4ff914d7c Sun Oct 25 01:21:06 CEST 2020 Warner Losh <imp@FreeBSD.org> Remove obsolete check for GCC < 3 and support for Intel Compiler

We no longer support old versions of GCC. Remove this check by
assuming it's false. That will make the entire expression false. Also
remove support for Intel compiler, it's badly bitrotted. Technically,
this removes support for C89 and K&R from compilers that don't define
_Bool in those compilation environments as well. I'm unaware of any
working compiler today for which that would be relevant (pcc has it
and tcc sadly isn't working for other reasons), though if one
pops up in ports, I'll work to resolve the issue.
/freebsd/sys/sys/
H A Dtypes.hdiff 60b426f46ce3b5edbe8a9e4f73ca60e4ff914d7c Sun Oct 25 01:21:06 CEST 2020 Warner Losh <imp@FreeBSD.org> Remove obsolete check for GCC < 3 and support for Intel Compiler

We no longer support old versions of GCC. Remove this check by
assuming it's false. That will make the entire expression false. Also
remove support for Intel compiler, it's badly bitrotted. Technically,
this removes support for C89 and K&R from compilers that don't define
_Bool in those compilation environments as well. I'm unaware of any
working compiler today for which that would be relevant (pcc has it
and tcc sadly isn't working for other reasons), though if one
pops up in ports, I'll work to resolve the issue.