]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
invoke.texi (C++ Dialect Options): Note change of minimum supported template depth...
authorJason Merrill <jason@redhat.com>
Wed, 19 Aug 2009 18:53:57 +0000 (14:53 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 19 Aug 2009 18:53:57 +0000 (14:53 -0400)
* doc/invoke.texi (C++ Dialect Options): Note change of minimum
supported template depth in C++0x.

From-SVN: r150941

gcc/ChangeLog
gcc/doc/invoke.texi

index 4397d759b8588f46452ed9317561633626c8008d..76f606046f8ab756be3a8fb5addf0e902d171f16 100644 (file)
@@ -1,3 +1,8 @@
+2009-08-19  Jason Merrill  <jason@redhat.com>
+
+       * doc/invoke.texi (C++ Dialect Options): Note change of minimum
+       supported template depth in C++0x.
+
 2009-08-19  Jakub Jelinek  <jakub@redhat.com>
 
        * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Don't call
index 236f6fc19749430591314b9d1374944aa602c7f0..48dfde4a9c4ccd73e26492083ff50a244df71bd3 100644 (file)
@@ -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