Re: [PATCH, MELT] pragma support in MELT

2011-07-03 Thread Pierre Vittet
Hello, This patch is an improvment of http://gcc.gnu.org/ml/gcc-patches/2011-06/msg01861.html. It completes pragma support into MELT. Main changes are mostly comments improvments, better respect of coding standard and using long instead of int for pragma index when we have several pragmas bei

Re: [PATCH, MELT] pragma support in MELT

2011-06-24 Thread Basile Starynkevitch
On Fri, Jun 24, 2011 at 02:04:20PM +0200, Pierre Vittet wrote: > Hello, > > This patch completes the pragma support in MELT. Now, a plugin can > register several pragmas (with different name) in the following > format (for GCC > 4.6): > > #pragma MELT (,...). > > This pragma can be easily hand

[PATCH, MELT] pragma support in MELT

2011-06-24 Thread Pierre Vittet
Hello, This patch completes the pragma support in MELT. Now, a plugin can register several pragmas (with different name) in the following format (for GCC > 4.6): #pragma MELT (,...). This pragma can be easily handle in a MELT function, giving the operator and the list of arguments as para