Keenuts wrote: ``` $ ./build/bin/clang -fsyntax-only -DHUGE 2>&1 clang/test/Parser/parser_overflow.c -fbracket-depth=2048 Segmentation fault
$ ./build/bin/clang -fsyntax-only -DHUGE 2>&1 clang/test/Parser/parser_overflow.c -fbracket-depth=2045 clang/test/Parser/parser_overflow.c:11:2049: fatal error: bracket nesting level exceeded maximum of 2045 Segmentation fault $ ./build/bin/clang -fsyntax-only -DHUGE 2>&1 clang/test/Parser/parser_overflow.c -fbracket-depth=2040 clang/test/Parser/parser_overflow.c:11:2044: fatal error: bracket nesting level exceeded maximum of 2040 clang/test/Parser/parser_overflow.c:11:2044: note: use -fbracket-depth=N to increase maximum nesting level 1 error generated. ``` Any number under 2046 is fine on my debug build. https://github.com/llvm/llvm-project/pull/104717 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits