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++] fix PR 46890, parsing regression


On 01/21/2011 09:07 AM, Nathan Froyd wrote:
On Wed, Jan 05, 2011 at 02:39:58PM -0500, Jason Merrill wrote:
On 12/17/2010 12:20 PM, Nathan Froyd wrote:
case.  I suppose I could have added RID_TYPEDEF to
keyword_is_storage_class_specifier; I will do so if future uses of said
function prove to require separate checks for RID_TYPEDEF.

How about keyword_is_decl_specifier?

That's a bit cryptic. Do you mean adding keyword_is_decl_specifier to c-family?

Yes, that's what I had in mind. Let's have a predicate that does the test we want with a name that accurately describes it.


Jason


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