[PATCH] D118670: [NFC][AIX]Disable failed tests due to aggressive byval alignment warning on AIX

Hubert Tong via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 1 08:41:19 PST 2022


hubert.reinterpretcast added inline comments.


================
Comment at: clang/test/Analysis/padding_c.c:7
 
 // RUN: not %clang_analyze_cc1 -verify %s \
 // RUN:   -analyzer-checker=core \
----------------
Even if it works as-is, might be good to add `-Wno-aix-compat` here too since `-verify` is being used.


================
Comment at: clang/test/CXX/drs/dr6xx.cpp:1
 // RUN: %clang_cc1 -std=c++98 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors -fno-spell-checking
+// FIXME -Wno-aix-compat added temporarily while the diagnostic is being
----------------
Same comment (although the part that is affected is guarded for the newer language levels).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118670/new/

https://reviews.llvm.org/D118670



More information about the cfe-commits mailing list