cmpxchg16b-1.c: Match also space after the instruction.
authorJakub Jelinek <jakub@redhat.com>
Fri, 26 Aug 2011 14:52:54 +0000 (16:52 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 26 Aug 2011 14:52:54 +0000 (16:52 +0200)
* gcc.target/i386/cmpxchg16b-1.c: Match also space after the
instruction.

From-SVN: r178113

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/cmpxchg16b-1.c

index 04b7e1e66cb961f1d27b363fd67377d80b10dd6e..304a016397ff7653c757a9058b8775ad1a960c46 100644 (file)
@@ -1,5 +1,8 @@
 2011-08-26  Jakub Jelinek  <jakub@redhat.com>
 
+       * gcc.target/i386/cmpxchg16b-1.c: Match also space after the
+       instruction.
+
        PR c/50179
        * c-c++-common/Wunused-var-14.c: New test.
 
index a78017aa2c556dae24adeb243e0cf68c1b0d38af..e3402014e5233d002eb5c2b2430c259080304c4c 100644 (file)
@@ -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]" } } */