From: Jason Merrill Date: Wed, 19 Aug 2009 18:53:57 +0000 (-0400) Subject: invoke.texi (C++ Dialect Options): Note change of minimum supported template depth... X-Git-Tag: releases/gcc-4.5.0~3936 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c8794823dbb4a02fd57f8367859acb0e4325913;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4397d759b858..76f606046f8a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-08-19 Jason Merrill + + * doc/invoke.texi (C++ Dialect Options): Note change of minimum + supported template depth in C++0x. + 2009-08-19 Jakub Jelinek * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Don't call diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 236f6fc19749..48dfde4a9c4c 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