This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [trans-mem] implement transaction expressions for C


On 05/12/2010 02:06 PM, Aldy Hernandez wrote:
> 	* tree.h: Add documentation for TRANSACTION_EXPR_OUTER AND
> 	TRANSACTION_EXPR_RELAXED.
> 	* gimplify.c (voidify_wrapper_expr): Handle TRANSACTION_EXPR.
> 	(gimplify_transaction): Call and handle voidify_wrapper_expr.
> 	* tree.def (TRANSACTION_EXPR): Change into an expression.
> 	* c-parser.c (c_parser_unary_expression): Handle RID_TRANSACTION.
> 	(c_parser_transaction_expression): New.

Ok.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]