mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-28 14:24:43 +08:00
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
@ -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…
Reference in New Issue
Block a user