This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH, testsuite]: Committed: Do not XFAIL gcc.target/i386/builtin-apply-mmx.c on Darwin


Hello!

Since i686-apple-darwin does not pass function arguments in MMX
registers, this test always passes. Attached patch removes XFAIL for
Darwin.

2007-03-03  Uros Bizjak  <ubizjak@gmail.com>

       * gcc.target/i386/builtin-apply-mmx.c: Do not XFAIL on Darwin.

Tested on i686-pc-linux-gnu, committed as obvious to mainline.

Uros.

Index: gcc.target/i386/builtin-apply-mmx.c
===================================================================
--- gcc.target/i386/builtin-apply-mmx.c (revision 132829)
+++ gcc.target/i386/builtin-apply-mmx.c (working copy)
@@ -9,7 +9,7 @@

 /* This test case is adapted from gcc.dg/builtin-apply4.c.  */

-/* { dg-do run { xfail "*-*-*" } } */
+/* { dg-do run { xfail { ! *-*-darwin* } } } */
 /* { dg-options "-O2 -mmmx" } */
 /* { dg-require-effective-target ilp32 } */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]