atomic-comp-swap-release-acquire.c: Adjust expected output.

2013-09-24  Yvan Roux  <yvan.roux@linaro.org>

	* gcc.target/arm/atomic-comp-swap-release-acquire.c: Adjust expected 
	output.

From-SVN: r202860
This commit is contained in:
Yvan Roux 2013-09-24 08:39:55 +00:00 committed by Yvan Roux
parent 19c3e79775
commit fae205619d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-09-24 Yvan Roux <yvan.roux@linaro.org>
* gcc.target/arm/atomic-comp-swap-release-acquire.c: Adjust expected
output.
2013-09-23 Adam Butcher <adam@jessamine.co.uk> 2013-09-23 Adam Butcher <adam@jessamine.co.uk>
PR c++/58500 PR c++/58500

View File

@ -5,6 +5,6 @@
#include "../aarch64/atomic-comp-swap-release-acquire.x" #include "../aarch64/atomic-comp-swap-release-acquire.x"
/* { dg-final { scan-assembler-times "ldaex\tr\[0-9\]+, \\\[r\[0-9\]+\\\]" 4 } } */ /* { dg-final { scan-assembler-times "ldaex" 4 } } */
/* { dg-final { scan-assembler-times "stlex" 4 } } */ /* { dg-final { scan-assembler-times "stlex" 4 } } */
/* { dg-final { scan-assembler-not "dmb" } } */ /* { dg-final { scan-assembler-not "dmb" } } */