Page MenuHomeFreeBSD

cdefs.h: Assume the compiler supports at least GNU C 3.0 extensions
AbandonedPublic

Authored by imp on Thu, Jun 20, 6:13 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jun 22, 8:24 AM
Unknown Object (File)
Fri, Jun 21, 6:07 PM
Subscribers
None

Details

Reviewers
None
Summary

All compilers that can build FreeBSD binaries (as opposed to the entire
system) support at least gcc 9 (gcc, clang, tcc). Even pcc supports most
of the gcc 4.3 attributes. Make this file simpler by removing support
for pre-3.0 compilers.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 58256
Build 55144: arc lint + arc unit

Event Timeline

imp requested review of this revision.Thu, Jun 20, 6:13 AM
imp created this revision.