This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [trans-mem] add support for C++ transaction expressions
- From: Richard Henderson <rth at redhat dot com>
- To: Aldy Hernandez <aldyh at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Mon, 21 Jun 2010 11:21:31 -0700
- Subject: Re: [trans-mem] add support for C++ transaction expressions
- References: <20100621145301.GA10641@redhat.com>
On 06/21/2010 07:53 AM, Aldy Hernandez wrote:
> Hi.
>
> This patch adds transaction expression support for C++.
>
> No test, because there's already a common one here:
>
> testsuite/c-c++-common/tm/trxn-expr.c
>
> OK for branch?
>
> * cp/parser.c (cp_parser_unary_expression): Handle
> RID_TRANSACTION.
> (cp_parser_transaction_expression): New.
>
Ok.
r~