[patch] Fix instantiation of transaction expressions.

Richard Henderson rth@redhat.com
Mon Nov 21 21:18:00 GMT 2011


On 11/21/2011 12:25 PM, Torvald Riegel wrote:
>     	gcc/cp/
>     	* pt.c (tsubst_copy_and_build): Handle TRANSACTION_EXPR.

Ok.

> +/* { dg-final { scan-tree-dump-times "ITM_RU4\\s*\\(&global" 2 "tmmark" } } */

This needs to cater to sizeof(int) != 4.
Why not just match "ITM_RU" and leave it at that?


r~



More information about the Gcc-patches mailing list