From 2f27df53e757ee0ef77d042e92a7cd8e931e97f5 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Fri, 26 Aug 2011 16:52:54 +0200 Subject: cmpxchg16b-1.c: Match also space after the instruction. * gcc.target/i386/cmpxchg16b-1.c: Match also space after the instruction. From-SVN: r178113 --- gcc/testsuite/ChangeLog | 3 +++ gcc/testsuite/gcc.target/i386/cmpxchg16b-1.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 04b7e1e..304a016 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2011-08-26 Jakub Jelinek + * gcc.target/i386/cmpxchg16b-1.c: Match also space after the + instruction. + PR c/50179 * c-c++-common/Wunused-var-14.c: New test. diff --git a/gcc/testsuite/gcc.target/i386/cmpxchg16b-1.c b/gcc/testsuite/gcc.target/i386/cmpxchg16b-1.c index a78017a..e340201 100644 --- a/gcc/testsuite/gcc.target/i386/cmpxchg16b-1.c +++ b/gcc/testsuite/gcc.target/i386/cmpxchg16b-1.c @@ -10,4 +10,4 @@ void test(TItype x_128) m_128 = __sync_val_compare_and_swap (&m_128, x_128, m_128); } -/* { dg-final { scan-assembler "cmpxchg16b" } } */ +/* { dg-final { scan-assembler "cmpxchg16b\[ \\t]" } } */ -- cgit v1.1