[clang] [Clang] Increase the default expression nesting limit (PR #132021)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 19 06:52:49 PDT 2025
================
@@ -169,6 +169,8 @@ Modified Compiler Flags
the behavior of ``-mtp`` in gcc. This changes the default behavior for ARM targets that provide the ``TPIDRURO`` register as this will be used instead of a call to the ``__aeabi_read_tp``.
Programs that use ``__aeabi_read_tp`` but do not use the ``TPIDRURO`` register must use ``-mtp=soft``. Fixes #123864
+- The compiler flag `-fbracket-depth` default value is increased from 256 to 2048. (#GH94728)
----------------
erichkeane wrote:
Wow, this is an aggressive change :)
https://github.com/llvm/llvm-project/pull/132021
More information about the cfe-commits
mailing list