Page MenuHomeFreeBSD

Disable errors for -Wsystem-headers for GCC on aarch64.
ClosedPublic

Authored by jhb on Jul 19 2020, 8:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 27, 11:57 AM
Unknown Object (File)
Dec 12 2024, 11:30 PM
Unknown Object (File)
Dec 10 2024, 8:06 PM
Unknown Object (File)
Dec 4 2024, 6:42 PM
Unknown Object (File)
Dec 4 2024, 6:41 PM
Unknown Object (File)
Dec 4 2024, 6:41 PM
Unknown Object (File)
Dec 4 2024, 6:41 PM
Unknown Object (File)
Dec 4 2024, 6:17 PM
Subscribers

Details

Summary

GCC's own arm_neon.h triggers multiple warnings on both GCC 6 and GCC 9.

Test Plan
  • build a world with aarch64-gcc6

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 32752
Build 30189: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Jul 19 2020, 8:45 PM

I reworked this for GCC 9 to instead use -Wno-system-header since GCC 9 had other errors with arm_neon.h.

  • Just turn off -Wsystem-headers for aarch64 instead for arm_neon.h.
jhb retitled this revision from Disable errors for -Wmissing-braces for GCC on aarch64. to Disable errors for -Wsystem-headers for GCC on aarch64..Aug 4 2020, 4:12 PM
jhb edited the summary of this revision. (Show Details)
This revision was not accepted when it landed; it landed in state Needs Review.Aug 4 2020, 6:25 PM
This revision was automatically updated to reflect the committed changes.