[clang] [Clang] Fix crash when comparing fixed point type with BitInt (PR #199912)
via cfe-commits
cfe-commits at lists.llvm.org
Wed May 27 22:28:02 PDT 2026
================
@@ -0,0 +1,8 @@
+// RUN: %%clang_cc1 -ffixed-point -fsyntax-only -verify %%s
+
+// Test that comparing fixed point type with BitInt doesn't crash
+// Fixes issue #196948
----------------
TPPPP72 wrote:
We don't need these comment.
https://github.com/llvm/llvm-project/pull/199912
More information about the cfe-commits
mailing list