================ @@ -0,0 +1,14 @@ +// RUN: %clang_cc1 -fsyntax-only +// Expect no assertion failures in this file (#173614). +typedef unsigned long __attribute__((__vector_size__(8))) W; ---------------- Fznamznon wrote:
Can we add the new cases to Sema/compare.c instead of adding a new test file? https://github.com/llvm/llvm-project/pull/182627 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
