From: Paolo Carlini Date: Sat, 26 Feb 2005 22:17:26 +0000 (+0000) Subject: extend.texi (5.24 Declaring Attributes of Functions): Clarify that the alternative... X-Git-Tag: releases/gcc-3.4.4~193 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8abdb170db8732bb7728cc61e4f188cff7d5138;p=thirdparty%2Fgcc.git extend.texi (5.24 Declaring Attributes of Functions): Clarify that the alternative way doesn't work in GNU C++. 2005-02-26 Paolo Carlini * doc/extend.texi (5.24 Declaring Attributes of Functions): Clarify that the alternative way doesn't work in GNU C++. From-SVN: r95595 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2899a3965d7e..095540bbfb86 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-02-26 Paolo Carlini + + * doc/extend.texi (Declaring Attributes of Functions): + Clarify that the alternative way doesn't work in GNU C++. + 2005-02-25 David Edelsohn Backport from mainline: diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 0b4cd4427345..463864523adf 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -2048,6 +2048,8 @@ typedef void voidfn (); volatile voidfn fatal; @end smallexample +This approach does not work in GNU C++. + @cindex @code{noinline} function attribute @item noinline This function attribute prevents a function from being considered for