This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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 harness, so this will be a nice addition.
> 
> I have manually inspected that we are performing the speculative store without
> --param allow-store-data-races=0, and avoiding it with =1.
> 
> Tested on x86-64 with and without the --param.
> 
> OK for trunk?

Ok.

Thanks,
Richard.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]