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)
Wed, Jul 29, 2:46 PM
Unknown Object (File)
Mon, Jul 27, 3:20 AM
Unknown Object (File)
Sun, Jul 26, 12:16 PM
Unknown Object (File)
Sun, Jul 26, 9:00 AM
Unknown Object (File)
Fri, Jul 24, 3:24 PM
Unknown Object (File)
Thu, Jul 23, 1:18 AM
Unknown Object (File)
Wed, Jul 22, 6:32 PM
Unknown Object (File)
Wed, Jul 22, 5:32 AM
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 Not Applicable
Unit
Tests Not Applicable

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