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
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
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