aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2011-03-18 16:27:33 -0400
committerJason Merrill <jason@gcc.gnu.org>2011-03-18 16:27:33 -0400
commitf2c779bb053da67c12af0c91371ce13b5cdf8a7a (patch)
treeb31fcde2a5e43dffa42759c0a31da66b47b4d4ca
parent49a000c39629e84c69696bfc78fb9e3f5c3dd594 (diff)
downloadgcc-f2c779bb053da67c12af0c91371ce13b5cdf8a7a.zip
gcc-f2c779bb053da67c12af0c91371ce13b5cdf8a7a.tar.gz
gcc-f2c779bb053da67c12af0c91371ce13b5cdf8a7a.tar.bz2
tweak fconstexpr-depth docs
From-SVN: r171168
-rw-r--r--gcc/doc/invoke.texi2
1 files changed, 1 insertions, 1 deletions
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