Ping: small patch to accept = inside plugin arguments

2013-09-02 Thread Basile Starynkevitch
Hello I'm pinging my last month's patch http://gcc.gnu.org/ml/gcc-patches/2013-08/msg00382.html of August 07th 2013 to accept the = inside plugin arguments Cheers -- Basile STARYNKEVITCH http://starynkevitch.net/Basile/ email: basilestarynkevitchnet mobile: +33 6 8501 2359 8, rue de la

small patch to accept = inside plugin arguments

2013-08-07 Thread Basile Starynkevitch
Hello All, It should be perfectly possible for a plugin argument to contain the equal sign. For plugin with scripting or DSL behavior (like MELT, see http://gcc-melt.org/ for more) it is useful to pass some commands or expressions to the plugin. For MELT we might want to run gcc -fplugin=

Re: small patch to accept = inside plugin arguments

2013-08-07 Thread David Malcolm
On Wed, 2013-08-07 at 19:15 +0200, Basile Starynkevitch wrote: > Hello All, > > It should be perfectly possible for a plugin argument to contain the > equal sign. > > For plugin with scripting or DSL behavior (like MELT, see > http://gcc-melt.org/ for more) it is useful to pass some commands > o