PR 88409
* demangle.h (DEMANGLE_RECURSION_LIMIT): Increase to 2048.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@267020
138bc75d-0d04-0410-961f-
82ee72b054a4
+2018-12-11 Nick Clifton <nickc@redhat.com>
+
+ PR 88409
+ * demangle.h (DEMANGLE_RECURSION_LIMIT): Increase to 2048.
+
2018-12-07 Nick Clifton <nickc@redhat.com>
* demangle.h (DMGL_NO_RECURSE_LIMIT): Define.
/* If DMGL_NO_RECURSE_LIMIT is not enabled, then this is the value used as
the maximum depth of recursion allowed. It should be enough for any
real-world mangled name. */
-#define DEMANGLE_RECURSION_LIMIT 1024
+#define DEMANGLE_RECURSION_LIMIT 2048
/* Enumeration of possible demangling styles.