This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [doc patch] More alphabetizing


On Tue, 22 Jun 2004, Nathan Sidwell wrote:

> This one sorts the list of function attributes, ok?

I won't object to the idea of this, but I think the separation of
machine-independent and target attributes is useful (target attributes
being exactly those defined in TARGET_ATTRIBUTE_TABLE), and as we
discussed in the conference call reviewing the printed manual last July, I
think it would make sense to merge the lists of function, variable and
type attributes (saying for each what sort of things it applies to), so 
having two lists, one for target-independent attributes and one for 
target-dependent ones.  (Plus a cross-reference to the existing list of 
C++ attributes, which is already alphabetical.)

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]