================ @@ -0,0 +1,6 @@ +// RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -std=c11 -pedantic-errors -verify %s ---------------- AaronBallman wrote:
I don't think the test should have a triple; I would expect this diagnostic to be target-agnostic based on the code which emits the diagnostic. Can you hook up a debugger to see why the diagnostic was being silenced on Windows targets in the first place? https://github.com/llvm/llvm-project/pull/166332 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
