aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2009-08-19 14:53:57 -0400
committerJason Merrill <jason@gcc.gnu.org>2009-08-19 14:53:57 -0400
commit6c8794823dbb4a02fd57f8367859acb0e4325913 (patch)
tree8be9ec594ec917c67a616b609dd2e82c0b28355c /gcc/doc
parent62906aaa5c38c1740894408ba9fae8b5d41cfb8d (diff)
downloadgcc-6c8794823dbb4a02fd57f8367859acb0e4325913.zip
gcc-6c8794823dbb4a02fd57f8367859acb0e4325913.tar.gz
gcc-6c8794823dbb4a02fd57f8367859acb0e4325913.tar.bz2
invoke.texi (C++ Dialect Options): Note change of minimum supported template depth in C++0x.
* doc/invoke.texi (C++ Dialect Options): Note change of minimum supported template depth in C++0x. From-SVN: r150941
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/invoke.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 236f6fc..48dfde4 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -1924,7 +1924,8 @@ This information is generally only useful to the G++ development team.
Set the maximum instantiation depth for template classes to @var{n}.
A limit on the template instantiation depth is needed to detect
endless recursions during template class instantiation. ANSI/ISO C++
-conforming programs must not rely on a maximum depth greater than 17.
+conforming programs must not rely on a maximum depth greater than 17
+(changed to 1024 in C++0x).
@item -fno-threadsafe-statics
@opindex fno-threadsafe-statics