Commit 829acd78 by Andrew Pinski Committed by Andrew Pinski

pr17529.c: Fix test for non x86.

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
parent a2d36602
2004-10-18 Andrew Pinski <pinskia@physics.uc.edu> 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 PR middle-end/16973
* gcc.dg/pr16973.c: New test. * gcc.dg/pr16973.c: New test.
......
/* { dg-xfail-if "PR middle-end/17529" { "*-*-*" } { "*" } { "" } } */
static inline void static inline void
bar (const int * const x) bar (const int * const x)
{ {
__asm__ __volatile__ ("paddd" " %0, %%" "mm0"::"m" (*x)); __asm__ __volatile__ (""::"m" (*x));
} }
static const int y[]; static const int y[];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment