From: Jakub Jelinek Date: Thu, 9 Sep 2004 22:43:53 +0000 (+0200) Subject: extend.texi (nothrow attribute): The attribute is not implemented in 3.2 and earlier. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3f3174b6bcf9c2ae6711065352a3da2e5af1bb7e;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1284a06f8dc..319bf11396a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-09-10 Jakub Jelinek + + * doc/extend.texi (nothrow attribute): The attribute is not + implemented in 3.2 and earlier. + 2004-09-09 Steve Ellcey * genrecog.c (compute_predicate_codes): Use op0_codes diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index bbde788ee5c..a511101d12c 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