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: [PATCH] Fix recent fp-int-convert-float128-timode.c failures


On Wed, 30 Nov 2005, 16:26:47 +0100, Manfred Hollstein wrote:
> Hi there,
> 
> recent test results show failures similar to the following:
> 
>   ERROR: gcc.dg/torture/fp-int-convert-float128-timode.c  -O0 : syntax error in target selector "target ia64-*-* && lp64" for " dg-xfail-if 5 "" { ia64-*-* && lp64 } { "*" } { "" } "
> 
> I'm currently testing the attached patch as a fix. If that succeeds, I'll
> be checking it in under the obvious-fix rule.

Hmm, running "make check" still produces the same syntax errors; I'm not
sure at all, if "dg-xfail-if" is capable of combining target patterns
with possibly passed flags. Josef, as you put that patch in which
resulted in these syntax errors, are you sure about it?

Cheers.

l8er
manfred

> 2005-11-30  Manfred Hollstein  <mh@novell.com>
> 
> 	* gcc.dg/torture/fp-int-convert-float128-timode.c: Fix XFAIL condition
> 	for LP64 ia64.
> 
> diff -rup -x .svn -x CVS -x RCS -x '*.o' -x '*.info*' -x '*.elc' -x '*.dvi' -x '*.orig' -x '*~' -x version.el gcc-20051130.orig/gcc/testsuite/gcc.dg/torture/fp-int-convert-float128-timode.c gcc-20051130/gcc/testsuite/gcc.dg/torture/fp-int-convert-float128-timode.c
> --- gcc-20051130.orig/gcc/testsuite/gcc.dg/torture/fp-int-convert-float128-timode.c	2005-11-30 12:25:56.024143111 +0100
> +++ gcc-20051130/gcc/testsuite/gcc.dg/torture/fp-int-convert-float128-timode.c	2005-11-30 15:51:31.429674863 +0100
> @@ -2,7 +2,7 @@
>  /* Origin: Joseph Myers <joseph@codesourcery.com> */
>  /* { dg-do run { target i?86-*-* x86_64-*-* ia64-*-* } } */
>  /* { dg-xfail-if "" { i?86-*-* x86_64-*-* } { "*" } { "" } } */
> -/* { dg-xfail-if "" { ia64-*-* && lp64 } { "*" } { "" } } */
> +/* { dg-xfail-if "" { target { ia64-*-* && lp64 } } { "*" } { "" } } */
>  /* { dg-options "" } */
>  /* { dg-options "-mmmx" { target { i?86-*-* && ilp32 } } } */
>  /* { dg-options "-mmmx" { target { x86_64-*-* && ilp32 } } } */


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