OSDN Git Service

* gcc.target/i386/pr34256.c: Update number of mov insns
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 24 Feb 2008 17:29:10 +0000 (17:29 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 24 Feb 2008 17:29:10 +0000 (17:29 +0000)
        for PIC targets.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132593 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr34256.c

index 6fc79d4..028a2d0 100644 (file)
@@ -1,3 +1,8 @@
+2008-02-24  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.target/i386/pr34256.c: Update number of mov insns
+       for PIC targets.
+
 2008-02-24  Diego Novillo  <dnovillo@google.com>
 
        http://gcc.gnu.org/ml/gcc-patches/2008-02/msg01094.html
 2008-02-24  Diego Novillo  <dnovillo@google.com>
 
        http://gcc.gnu.org/ml/gcc-patches/2008-02/msg01094.html
index 13628ff..59afdfc 100644 (file)
@@ -11,4 +11,5 @@ unsigned long long  foo(__m64 m) {
   return _mm_cvtm64_si64(_mm_add_pi32(x, y));
 }
 
   return _mm_cvtm64_si64(_mm_add_pi32(x, y));
 }
 
-/* { dg-final { scan-assembler-times "mov" 2 } } */
+/* { dg-final { scan-assembler-times "mov" 2 { target nonpic } } } */
+/* { dg-final { scan-assembler-times "mov" 4 { target { ! nonpic } } } } */