* doc/extend.texi (nothrow attribute): The attribute is not
implemented in 3.2 and earlier.
From-SVN: r87258
+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
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