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]

Re: Fix some testsuite failures on x86-64


> --- testsuite/gcc.dg/20030926-1.c	26 Sep 2003 18:23:33 -0000	1.1
> +++ testsuite/gcc.dg/20030926-1.c	11 Nov 2003 15:45:01 -0000
> @@ -1,6 +1,6 @@
>  /* PR optimization/11741  */
>  /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
> -/* { dg-options "-O2 -minline-all-stringops -march=pentium4" } */
> +/* { dg-options "-O2 -minline-all-stringops -march=k8" } */

This certainly doesn't seem to be right.
I'd go with:
/* { dg-options "-O2 -minline-all-stringops" } */
/* { dg-options "-O2 -minline-all-stringops -march=pentium4" { target i?86-*-* } } */

or something like that.

	Jakub


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