Commit 2efce5af by Alex Velenko Committed by Alex Velenko

atomic-op-consume.c (scan-assember-times): Directive adjusted to XFAIL.

gcc/testsuite/

	* gcc.target/aarch64/atomic-op-consume.c (scan-assember-times):
	Directive adjusted to XFAIL.
	* gcc.target/arm/atomic-op-consume.c (scan-assember-times): Directive
	adjusted to XFAIL.

From-SVN: r220628
parent 5b1441be
2015-02-11 Alex Velenko <Alex.Velenko@arm.com>
* gcc.target/aarch64/atomic-op-consume.c (scan-assember-times):
Directive adjusted to XFAIL.
* gcc.target/arm/atomic-op-consume.c (scan-assember-times): Directive
adjusted to XFAIL.
2015-02-11 Jakub Jelinek <jakub@redhat.com>
PR middle-end/65003
......
......@@ -3,5 +3,6 @@
#include "atomic-op-consume.x"
/* { dg-final { scan-assembler-times "ldxr\tw\[0-9\]+, \\\[x\[0-9\]+\\\]" 6 } } */
/* PR59448 consume not implemented yet. */
/* { dg-final { scan-assembler-times "ldxr\tw\[0-9\]+, \\\[x\[0-9\]+\\\]" 6 { xfail *-*-* } } } */
/* { dg-final { scan-assembler-times "stxr\tw\[0-9\]+, w\[0-9\]+, \\\[x\[0-9\]+\\\]" 6 } } */
......@@ -5,9 +5,7 @@
#include "../aarch64/atomic-op-consume.x"
/* 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 } } */
/* PR59448 consume not implemented yet. */
/* { dg-final { scan-assembler-times "ldrex\tr\[0-9\]+, \\\[r\[0-9\]+\\\]" 6 { xfail *-*-* } } } */
/* { dg-final { scan-assembler-times "strex\t...?, r\[0-9\]+, \\\[r\[0-9\]+\\\]" 6 } } */
/* { dg-final { scan-assembler-not "dmb" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment