================ @@ -0,0 +1,10 @@ +// RUN: %clangxx -DOP="0.0R / 0" -O3 -ffixed-point -fsanitize=fixed-point-divide-by-zero %s -o %t1 && %run %t1 2>&1 | FileCheck %s ---------------- PiJoules wrote:
You need `not %run` https://github.com/llvm/llvm-project/pull/165181 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
