From 3f3174b6bcf9c2ae6711065352a3da2e5af1bb7e Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Fri, 10 Sep 2004 00:43:53 +0200 Subject: [PATCH] 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/ChangeLog | 5 +++++ gcc/doc/extend.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.30.2