This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Mainline Regression in gcc.target/i386/pr32268.c
On Feb 16, 2008 10:57 AM, Richard Guenther <richard.guenther@gmail.com> wrote:
> > You need to patch the testcase. The change was somehow trivial
> > (effectively changed return mode of TFmode soft-fp compare from "long"
> > into __libgcc_cmp_return__ mode, which should be the same). I'll look
> > into it tomorrow.
>
> I'm confused - I tested on updated trunk exactly as Kaveh reported - so you
> say I need additional patches to trigger the failure?
No, Uros is saying that the fix will a change long to __libgcc_cmp_return__ .
-- Pinski