From 3f3174b6bcf9c2ae6711065352a3da2e5af1bb7e Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Fri, 10 Sep 2004 00:43:53 +0200 Subject: extend.texi (nothrow attribute): The attribute is not implemented in 3.2 and earlier. * doc/extend.texi (nothrow attribute): The attribute is not implemented in 3.2 and earlier. From-SVN: r87258 --- gcc/doc/extend.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/doc') diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index bbde788..a511101 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -2039,7 +2039,7 @@ function cannot throw an exception. For example, most functions in the standard C library can be guaranteed not to throw an exception with the notable exceptions of @code{qsort} and @code{bsearch} that take function pointer arguments. The @code{nothrow} attribute is not -implemented in GCC versions earlier than 3.2. +implemented in GCC versions earlier than 3.3. @item pure @cindex @code{pure} function attribute -- cgit v1.1