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

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

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

index 028a2d0..c220dc9 100644 (file)
@@ -1,7 +1,8 @@
 2008-02-24  Uros Bizjak  <ubizjak@gmail.com>
 
-       * gcc.target/i386/pr34256.c: Update number of mov insns
+       * gcc.target/i386/pr22076.c: Update number of mov insns
        for PIC targets.
+       * gcc.target/i386/pr34256.c: Ditto.
 
 2008-02-24  Diego Novillo  <dnovillo@google.com>
 
index e77b994..de3e8e8 100644 (file)
@@ -15,4 +15,5 @@ __v8qi test ()
 }
 
 /* { dg-final { scan-assembler-times "movq" 3 } } */
-/* { dg-final { scan-assembler-times "movl" 1 { target ilp32 } } } */
+/* { dg-final { scan-assembler-times "movl" 1 { target { ilp32 && nonpic } } } } */
+/* { dg-final { scan-assembler-times "movl" 2 { target { ilp32 && { ! nonpic } } } } } */