vote up 3 vote down star

My target is to analyze and learn in details of compiler development techniques. Here I want to add a keyword in gcc and see how it works.

flag

1 Answer

vote up 6 vote down

You need to add an entry to c_common_reswords, in c-common.c. You'll need to allocate a new RID_ constant for that, and process it according to the semantics you want to give it.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.