GCC's own arm_neon.h triggers multiple warnings on both GCC 6 and GCC 9.
Details
Details
- Reviewers
emaste - Commits
- rS363849: Disable errors for -Wsystem-headers for GCC on aarch64.
- build a world with aarch64-gcc6
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 32752 Build 30189: arc lint + arc unit
Event Timeline
Comment Actions
I reworked this for GCC 9 to instead use -Wno-system-header since GCC 9 had other errors with arm_neon.h.