On Wed, 7 Nov 2012, Vladimir Makarov wrote:
> On 12-11-07 5:27 PM, H.J. Lu wrote:
> > You should check !ia32 target:
> >
> > /* { dg-do compile { target { ! { ia32 } } } } */
> >
> >
> Thanks, H.J. I've just fixed it.
>
> Index: testsuite/ChangeLog
> ===================================================================
> --- testsuite/ChangeLog (revision 193316)
> +++ testsuite/ChangeLog (working copy)
> @@ -1,3 +1,8 @@
> +2012-11-07 Vladimir Makarov <[email protected]>
> +
> + PR rtl-optimization/55151
> + * gcc.dg/pr55151.c: Use ia32 instead of x86_64.
> +
Lots of constraints there that might not be suitable for all
machines. Unless it's expected to pass (almost) everywhere, it
should move to gcc.target/i386.
If it *is* expected to pass everywhere,
at least add /* { dg-require-effective-target fpic } */
or similar (can be done in the target expression).
brgds, H-P