My goal is to analyze and study the details of compiler development methods. Here I want to add a keyword in gcc and see how it works.
You need to add an entry in c_common_reswords , in c-common.c . You will need to select the new constant RID_ for this and process it in accordance with the semantics that you want to give.
c_common_reswords