atomic-op-consume.c (scan-assember-times): Adjust scan-assembler-times pattern.
2015-01-28 Alex Velenko <Alex.Velenko@arm.com> gcc/testsuite/ * gcc.target/arm/atomic-op-consume.c (scan-assember-times): Adjust scan-assembler-times pattern. From-SVN: r220208
This commit is contained in:
parent
739cdc9041
commit
26586d771d
@ -1,3 +1,8 @@
|
||||
2015-01-28 Alex Velenko <Alex.Velenko@arm.com>
|
||||
|
||||
* gcc.target/arm/atomic-op-consume.c (scan-assember-times): Adjust
|
||||
scan-assembler-times pattern.
|
||||
|
||||
2015-01-28 Yuri Rumyantsev <ysrumyan@gmail.com>
|
||||
|
||||
PR middle-end/64809
|
||||
|
@ -5,6 +5,9 @@
|
||||
|
||||
#include "../aarch64/atomic-op-consume.x"
|
||||
|
||||
/* { dg-final { scan-assembler-times "ldrex\tr\[0-9\]+, \\\[r\[0-9\]+\\\]" 6 } } */
|
||||
/* To workaround Bugzilla 59448 issue, a request for __ATOMIC_CONSUME is always
|
||||
promoted to __ATOMIC_ACQUIRE, implemented as MEMMODEL_ACQUIRE. This causes
|
||||
"LDAEX" to be generated instead of "LDREX". */
|
||||
/* { dg-final { scan-assembler-times "ldaex\tr\[0-9\]+, \\\[r\[0-9\]+\\\]" 6 } } */
|
||||
/* { dg-final { scan-assembler-times "strex\t...?, r\[0-9\]+, \\\[r\[0-9\]+\\\]" 6 } } */
|
||||
/* { dg-final { scan-assembler-not "dmb" } } */
|
||||
|
Loading…
Reference in New Issue
Block a user