From: Jakub Jelinek Date: Fri, 26 Aug 2011 14:52:54 +0000 (+0200) Subject: cmpxchg16b-1.c: Match also space after the instruction. X-Git-Tag: releases/gcc-4.7.0~4249 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f27df53e757ee0ef77d042e92a7cd8e931e97f5;p=thirdparty%2Fgcc.git cmpxchg16b-1.c: Match also space after the instruction. * gcc.target/i386/cmpxchg16b-1.c: Match also space after the instruction. From-SVN: r178113 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 04b7e1e66cb9..304a016397ff 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 a78017aa2c55..e3402014e523 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]" } } */