Re: announce: MELT plugin 0.8 for GCC 4.6

2011-07-11 Thread piervit
Hello, I have been able to compile and install successfully (32 bits). I have modified the README to add that there is several libs to install (ppl, cloog, mpfr...). Pierre Vittet On Mon, 11 Jul 2011 14:15:33 +0200, Basile Starynkevitch wrote: > Hello All > > It is my pleasure to announce the

Re: Announce: MELT plugin 0.8rc1 for GCC 4.6

2011-07-06 Thread piervit
The following patch on the build script add an explicit error if we try to build the plugin while we have already another version of the plugin installed. Thanks ! Pierre Vittet On Wed, 6 Jul 2011 15:50:39 +0200, Basile Starynkevitch wrote: > On Wed, Jul 06, 2011 at 02:39:58PM +0200, pier...@p

Re: Announce: MELT plugin 0.8rc1 for GCC 4.6

2011-07-06 Thread piervit
The problem was that I had already a MELT plugin (0.7) installed on my system. I will write a patch to the install script, checking that MELT is not already installed. this is a 'better than nothing' solution... On Wed, 06 Jul 2011 14:39:58 +0200, wrote: > Hello, I got warnings and errors while

Re: Announce: MELT plugin 0.8rc1 for GCC 4.6

2011-07-06 Thread piervit
Hello, I got warnings and errors while trying to compile this rc. See attachment. Regards Pierre Vittet build-melt-plugin: build-melt-plugin: entering build mode build-melt-plugin: Evaluating GCC=gcc-4.6 build-melt-plugin: Evaluating HOSTADMINCMD=sudo build-melt-plugin: GCC-MELT source tree is

[GSOC] how to give arguments to a simple checks plugin?

2011-05-23 Thread Piervit
Hello, the official starting date for the GSOC coding is today. My project (http://pvittet.com/GSOC/GSOC.pdf) is to code a plugin which allows the user to make some simple checks (such as monitoring that a call to pthread_mutex_lock() is followed by a test on pthread_mutex_unlock() on the same mut

Re: Plugin that parse tree

2011-01-24 Thread piervit
Hello! I am discovering gcc and his plugin system. I have tried MELT. I would like to say that the lispy syntax is not so difficult. It mights look unattractive to have such number of parenthesis but we quikly get used to the structure. The harder for me is to have a good view of the GCC interna