Joseph S. Myers wrote:
On Mon, 6 Oct 2008, Taras wrote:
http://gcc.gnu.org/wiki/GCC_PluginAPI
I put up an API proposal. It's a result of the plugin API discussion at the
GCC summit.
I believe the API also needs interfaces for verifying compatibility
(exporting the required GCC version, target triplet and anything else
likely to affect compatibility) and for --version and --help information
so people can use those options together with -fplugin to get the
plugin's version number and bug-reporting information, as previously
discussed.
Agreed I added that to the wiki.
Thanks,
Taras