Re: v2: plugin to warn about surplus includes

2010-12-09 Thread Ian Lance Taylor
Michalis Giannakidis writes: > I am trying your plugin to  to warn about surplus includes: > http://gcc.gnu.org/ml/gcc/2010-05/msg00418.html You should probably e-mail Bernhard Reutner-Fischer, who wrote the plugin. > I have some problems compiling against gcc v4.5.1. > > ~/local/gcc-4.5.1/bin/

Re: v2: plugin to warn about surplus includes

2010-12-09 Thread Michalis Giannakidis
Hello, I am trying your plugin to  to warn about surplus includes: http://gcc.gnu.org/ml/gcc/2010-05/msg00418.html I have some problems compiling against gcc v4.5.1. ~/local/gcc-4.5.1/bin/g++ -I`~/local/gcc-4.5.1/bin/gcc -print-file-name=plugin`/include -fPIC -shared -O2 rm_includes.cpp -o plugi

v2: plugin to warn about surplus includes

2010-05-21 Thread Bernhard Reutner-Fischer
On Tue, May 18, 2010 at 11:05:46PM +0200, Bernhard Reutner-Fischer wrote: >Hi, >Observations while thinking about all this: [] >- should figure out how to print a help-text for the plugin > Hints? >- should handle structs. updated variant that handles functions a little bit better. /* Dump super