From a8abdb170db8732bb7728cc61e4f188cff7d5138 Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Sat, 26 Feb 2005 22:17:26 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/doc/extend.texi | 2 ++ 2 files changed, 7 insertions(+) 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 -- 2.47.2