mirror of git://gcc.gnu.org/git/gcc.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
This commit is contained in:
parent
f1a89dd00c
commit
2f27df53e7
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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]" } } */
|
||||
|
|
|
|||
Loading…
Reference in New Issue