]> gcc.gnu.org Git - gcc.git/commitdiff
pr17529.c: Fix test for non x86.
authorAndrew Pinski <pinskia@physics.uc.edu>
Mon, 18 Oct 2004 22:03:15 +0000 (22:03 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Mon, 18 Oct 2004 22:03:15 +0000 (15:03 -0700)
2004-10-18  Andrew Pinski  <pinskia@physics.uc.edu>

        * gcc.c-torture/compile/pr17529.c: Fix test for non x86.
        Also xfail as the patch was reverted.

From-SVN: r89249

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr17529.c

index 5867f7f6440aa536dd22e496884f1d3849121a11..ce7bc70c22e6c09f516bcb63e41b8bee5e2beef4 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-18  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * gcc.c-torture/compile/pr17529.c: Fix test for non x86.
+       Also xfail as the patch was reverted.
+
 2004-10-18  Andrew Pinski  <pinskia@physics.uc.edu>
 
        PR middle-end/16973
index fc6a0ad703168954bb5ca993b205df5b1c14bfe3..77c7a06ddc760ca03e4617afecc14b10a3ae2bde 100644 (file)
@@ -1,7 +1,9 @@
+/* { dg-xfail-if "PR middle-end/17529" { "*-*-*" } { "*" } { "" } } */
+
 static inline void 
 bar (const int * const x) 
 { 
-  __asm__ __volatile__ ("paddd" " %0, %%" "mm0"::"m" (*x)); 
+  __asm__ __volatile__ (""::"m" (*x)); 
 } 
  
 static const int y[]; 
This page took 0.090081 seconds and 5 git commands to generate.