[clang] [clang][Interp] Bail out on missing ComparisonCategoryInfo (PR #80131)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 6 05:55:44 PST 2024


================
@@ -1,4 +1,5 @@
 // RUN: %clang_cc1 -fsyntax-only %s -verify
+// RUN: %clang_cc1 -fsyntax-only %s -fexperimental-new-constant-interpreter -verify
----------------
AaronBallman wrote:

I'm really confused what this test has to do with the changes above. The changes relate to three-way comparison operators but this test is a C test file and has no comparison operators involved. Why would this test hit that assertion?

https://github.com/llvm/llvm-project/pull/80131


More information about the cfe-commits mailing list