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:
Vladimir Makarov 2018-11-29 22:02:15 +00:00 committed by Vladimir Makarov
parent eedb990a49
commit f21bfc1ba6
2 changed files with 6 additions and 2 deletions

View File

@ -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.

View File

@ -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 } } } } } */