This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix recent fp-int-convert-float128-timode.c failures
On Wed, Nov 30, 2005 at 11:07:47PM +0000, Joseph S. Myers wrote:
> On Wed, 30 Nov 2005, Janis Johnson wrote:
>
> > This looks like a bug in the testsuite support for selection expressions,
> > which I wrote, so I'm looking into it as well.
>
> Thanks! I should note I didn't specify ia64-*-* as the selector and
> -mlp64 as an option to XFAIL the test for, because LP64 is the default on
> ia64-linux and the XFAIL should apply there too.
>
> I'm also now working on fixing the TImode conversion problems, so that the
> problematic XFAIL line can go away (though ia64-*-linux* may still need an
> XFAIL for lack of TFmode support), though improving the harness so such
> selectors work is still a good idea.
I'm now testing a fix for dg-xfail-if and dg-skip-if, which should have
supported selector expressions but didn't.
Janis