Page MenuHomeFreeBSD

Update -ftrivial-auto-var-init flags for clang >= 16 and gcc >= 12
ClosedPublic

Authored by dim on May 22 2023, 4:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 29, 11:55 PM
Unknown Object (File)
Feb 10 2024, 2:59 AM
Unknown Object (File)
Dec 20 2023, 1:06 AM
Unknown Object (File)
Dec 12 2023, 10:31 AM
Unknown Object (File)
Dec 9 2023, 2:31 PM
Unknown Object (File)
Dec 6 2023, 5:12 PM
Unknown Object (File)
Nov 29 2023, 11:35 AM
Unknown Object (File)
Nov 26 2023, 5:48 PM
Subscribers

Details

Summary

As of clang 16, the -ftrivial-auto-var-init=zero option no longer needs
-enable-trivial-auto-var-init-zero-knowing-it-will-be-removed-from-clang
to enable the option. Only add it for older clang versions.

Also, now that gcc 12 and later supports -ftrivial-auto-var-init, add it
to bsd.compiler.mk's "init-all" feature.

PR: 271047
MFC after: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 51601
Build 48492: arc lint + arc unit

Event Timeline

dim requested review of this revision.May 22 2023, 4:56 PM

IMO bsd.compiler.mk (enabling for GCC) can be committed separately

This revision is now accepted and ready to land.May 22 2023, 6:36 PM