From f2c779bb053da67c12af0c91371ce13b5cdf8a7a Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Fri, 18 Mar 2011 16:27:33 -0400 Subject: tweak fconstexpr-depth docs From-SVN: r171168 --- gcc/doc/invoke.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index c0d3c43..d277040 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -1885,7 +1885,7 @@ been added for putting variables into BSS without making them common. Set the maximum nested evaluation depth for C++0x constexpr functions to @var{n}. A limit is needed to detect endless recursion during constant expression evaluation. The minimum specified by the standard -is 512; G++ defaults to 1024. +is 512. @item -fno-deduce-init-list @opindex fno-deduce-init-list -- cgit v1.1