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
This commit is contained in:
parent
a2d366026e
commit
829acd784a
2 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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[];
|
||||
|
|
Loading…
Add table
Reference in a new issue