Re: ANN: gcc-python-plugin 0.14

2015-05-07 Thread Jonathan Wakely
On 7 May 2015 at 11:09, Mikhail Maltsev wrote: > I tried to compile it with current trunk on x86_64-unknown-linux-gnu > (CentOS7) with Python 2.7.5 (It's default in CentOS7), but unfortunately > the build failed. The reason is that the plugin #include's > before GCC's headers. > > gcc/system.h #de

Re: ANN: gcc-python-plugin 0.14

2015-05-07 Thread Mikhail Maltsev
On 06.05.2015 21:43, David Malcolm wrote: > gcc-python-plugin is a plugin for GCC 4.6 onwards which embeds the > CPython interpreter within GCC, allowing you to write new compiler > warnings in Python, generate code visualizations, etc. > > It ships with "gcc-with-cpychecker", which implements sta

ANN: gcc-python-plugin 0.14

2015-05-06 Thread David Malcolm
gcc-python-plugin is a plugin for GCC 4.6 onwards which embeds the CPython interpreter within GCC, allowing you to write new compiler warnings in Python, generate code visualizations, etc. It ships with "gcc-with-cpychecker", which implements static analysis passes for GCC aimed at finding bugs in