extend.texi (nothrow attribute): The attribute is not implemented in 3.2 and earlier.
authorJakub Jelinek <jakub@redhat.com>
Thu, 9 Sep 2004 22:43:53 +0000 (00:43 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 9 Sep 2004 22:43:53 +0000 (00:43 +0200)
* doc/extend.texi (nothrow attribute): The attribute is not
implemented in 3.2 and earlier.

From-SVN: r87258

gcc/ChangeLog
gcc/doc/extend.texi

index 1284a06f8dc306f98b90efbc423f7d4823ad7428..319bf11396a0f89d3b29d98b76a82f25d8ef8c0a 100644 (file)
@@ -1,3 +1,8 @@
+2004-09-10  Jakub Jelinek  <jakub@redhat.com>
+
+       * doc/extend.texi (nothrow attribute): The attribute is not
+       implemented in 3.2 and earlier.
+
 2004-09-09  Steve Ellcey  <sje@cup.hp.com>
 
        * genrecog.c (compute_predicate_codes): Use op0_codes
index bbde788ee5cd82dade7ec049f80bb9cdca63d6d0..a511101d12ce06b25d19771873ac7391a1a67f74 100644 (file)
@@ -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