Re: PR testsuite/54184: rewriting failing data race test

2012-09-07 Thread Andrew MacLeod
On 09/06/2012 11:44 AM, Aldy Hernandez wrote: The current test is failing on some architectures because the underlying gimple has changed. I believe the best way to test the speculative store data race is with the simulate-thread/ harness. We already have a speculative store test in the harnes

Re: PR testsuite/54184: rewriting failing data race test

2012-09-07 Thread Richard Guenther
On Thu, 6 Sep 2012, Aldy Hernandez wrote: > The current test is failing on some architectures because the underlying > gimple has changed. I believe the best way to test the speculative store data > race is with the simulate-thread/ harness. We already have a speculative > store test in the harn

PR testsuite/54184: rewriting failing data race test

2012-09-06 Thread Aldy Hernandez
The current test is failing on some architectures because the underlying gimple has changed. I believe the best way to test the speculative store data race is with the simulate-thread/ harness. We already have a speculative store test in the harness, so this will be a nice addition. I have m