[clang] [clang] Fix segmentation fault caused by stack overflow on deeply nested expressions (PR #111701)

Ilya Biryukov via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 14 03:03:48 PDT 2024


================
@@ -0,0 +1,29 @@
+// RUN: %clang_cc1 %s -emit-llvm -o - -Wstack-exhausted
----------------
ilya-biryukov wrote:

Maybe add a mention that we cannot `-verify` the warning because it's platform-specific (Windows does not fire it), but we still want to make sure the compiler can handle the deeply nested expressions.

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


More information about the cfe-commits mailing list