Re: [patch] fix gcc.dg/tm/reg-promotion.c

2012-09-10 Thread Richard Guenther
On Fri, Sep 7, 2012 at 8:20 PM, Aldy Hernandez wrote: > This is a bit different, in that we don't currently have an infrastructure > to test transactional memory code within the simulate-thread framework. > Luckily for this test, the LIM pass has an actual dump message when it fails > to hoist a v

[patch] fix gcc.dg/tm/reg-promotion.c

2012-09-07 Thread Aldy Hernandez
This is a bit different, in that we don't currently have an infrastructure to test transactional memory code within the simulate-thread framework. Luckily for this test, the LIM pass has an actual dump message when it fails to hoist a value due to its presence in a transaction. Eventually/id