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,c++] convert decl_namespace_list into a VEC


On 06/06/2010 01:24 PM, Nathan Froyd wrote:
+ || VEC_length (tree,decl_namespace_list) != 0)

You might want to use !VEC_empty instead. OK either way.


Jason


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