On 10/28/2011 08:53 AM, Aldy Hernandez wrote:
If the original test was not wrong, you need to add a new test (and
bonus points for finding out why this test is currently failing :)).

long g, xxx, yyy;

/* { dg-final { scan-tree-dump-times "transforming: .*_ITM_RaWU8 \\(&g\\);" 1 "tmmemopt" } } */

At least, maybe one of the problem is that g is "long" type (4 bytes on 32bits) and it is testing for 8 bytes?

Patrick.

Reply via email to