For Q/A relating to the GCC (Gnu compiler collection) plugins. This API allows you access to internals of the compiler to perform analysis and code modifications via modules loaded at runtime. Question on general use of the plugins are fine, such as how to pass arguments. The tag is NOT for creating other application plugins which are compiling with gcc.
For Q/A relating to the GCC (Gnu compiler collection) plugins. This API allows you access to internals of the compiler to perform analysis and code modifications via modules loaded at runtime. Question on general use of the plugins are fine, such as how to pass arguments. The tag is NOT for creating other application plugins which are compiling with gcc.
Selected online resources
- Gcc internals plugin page.
- GCC source test suites. See your version source.
- Linux kernel plugins containing some compatibility code between GCC plugin revisions.
- gcc MELT web sight
- Gcc Wiki on Plugins