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]

Re: About macros.


>        Could you please tell me where can I read something obout macros like
> TIMEVAR, DECL_INLINE, DECL_DEFFER_OUTPUT? I browsed though the documentation
> I have and I found nothing (I should mention that my gcc documentation is
> not quite complete). I guess I could look at sources and find out exactly
> what they do, but it would be a lot easier and faster if I had some docs.

A quick grep in the *.texi documents shows that they are not
documented. So your observation is correct: the gcc documentation is
incomplete, and looking at the sources is your only option. To
simplify life for future GCC users: Would you consider contributing
documentation for these macros? If so, send patches to
gcc-patches@gcc.gnu.org.

Regards,
Martin

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