These tests emit unexpected diagnostics on AIX because the byval alignment warning is emitted too aggressively. https://reviews.llvm.org/D118350 is supposed to provide a proper fix, but for the time being use -Wno-aix-compat to suppress the warning while keeping the coverage.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/test/SemaTemplate/instantiate-attr.cpp | ||
---|---|---|
1–4 | I agree with this, this way AIX still gets the test coverage. |
Even if it works as-is, might be good to add -Wno-aix-compat here too since -verify is being used.