pr34256.c: Adjust the number of expected moves.
2018-11-29 Vladimir Makarov <vmakarov@redhat.com> * gcc.target/i386/pr34256.c: Adjust the number of expected moves. From-SVN: r266646
This commit is contained in:
parent
eedb990a49
commit
f21bfc1ba6
@ -1,3 +1,7 @@
|
||||
2018-11-29 Vladimir Makarov <vmakarov@redhat.com>
|
||||
|
||||
* gcc.target/i386/pr34256.c: Adjust the number of expected moves.
|
||||
|
||||
2018-11-29 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
* g++.dg/cpp0x/constexpr-base6b.C: New.
|
||||
|
@ -10,5 +10,5 @@ unsigned long long foo(__m64 m) {
|
||||
return _mm_cvtm64_si64(_mm_add_pi32(x, y));
|
||||
}
|
||||
|
||||
/* { dg-final { scan-assembler-times "mov" 2 { target { nonpic || pie_enabled } } } } */
|
||||
/* { dg-final { scan-assembler-times "mov" 4 { target { { ! nonpic } && { ! pie_enabled } } } } } */
|
||||
/* { dg-final { scan-assembler-times "mov" 3 { target { nonpic || pie_enabled } } } } */
|
||||
/* { dg-final { scan-assembler-times "mov" 5 { target { { ! nonpic } && { ! pie_enabled } } } } } */
|
||||
|
Loading…
Reference in New Issue
Block a user