This is the mail archive of the gcc@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: How to extend lanuage C in GCC ?


Your information is very helpful to me. Thanh you very
much. 


--- Piotr Rak <piotr.rak@gmail.com> wrote:


> Some of them are common, other are target specific.
> To add new attribute, you might want take a look at
> c_common_attribute_table in gcc/c-common.c,
> attribute_spec struct in
> gcc/tree.h, and 'grep attribute_spec gcc/config/*'. 
> Hope that helps.
> 
> Cheers,
> Piotr
> 



      


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