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 pr30957-1.c testcase


On Fri, 2008-01-11 at 13:26 +0200, Revital1 Eres wrote:
> Hello,
> 
> pr30957-1.c test failed when recently tested with -fpic and exposed the
> fact it should always fail as it requires -fassociative-math for enabling
> the variable-expansion as well as -fsigned-zeros for honoring the sign
> of zero; but they can not coexist.  (although MVE has the ability to
> honor the sign of zero). The noinline attribute was added to ensure the
> MVE version is indeed executed.
> Tested on ppc and x86.
> OK to commit?

OK.

Janis


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