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: [PATCH] Add check_result attribute


On Fri, 12 Sep 2003, Jakub Jelinek wrote:

> +  { "check_result",	      0, 0, true, false, false,
> +			      handle_check_result_attribute },

Why is this a decl attribute rather than an attribute for function types?  
(Many of the existing decl attributes should in fact be attributes for
function types, but this doesn't mean that new attributes should follow
them.)

-- 
Joseph S. Myers
jsm@polyomino.org.uk


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