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] Update gcc.c-torture/execute/20020720-1.x


Hi Kaveh,
> Note this test unexpectedly fails on sparcv9/sparc64 and on
> regular sparc with -m64.
>
> Do you plan to fix this or should I mark it XFAIL?

I'd like to bring the following posting to the attention of
the sparc64 maintainers.

http://gcc.gnu.org/ml/gcc-patches/2002-09/msg00253.html

Stepping through the debugger compiling 20020720-1.c with -m64
on sparc-sun-solaris2.8 reveals that the code to perform the
optimization triggers, but the sparc64 machine description is
unable to handle the constant %fcc0 result.  Adding two new place
holder patterns, as Dave Anglin did for PA-RISC, should not
only fix this testcase, but also enable other optimizations.

Roger
--


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