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: SSE fix 2


> Jan,
> 
> I'm seeing a failure on each of these testcases for the "ior" tests
> and it looks like the problems are in the testcases.
> 
> comments below.
> Graham
> 
> >OK for mainline?
> >Honza
> >
> >/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
> >/* { dg-options "-O2 -msse2 -march=athlon" } */
> >/* { dg-final { scan-assembler "andpd.*\[bs\]p" } } */
> >/* { dg-final { scan-assembler "andnpd.*\[bs\]p" } } */
> >/* { dg-final { scan-assembler "xorpd.*\[bs\]p" } } */
> >/* { dg-final { scan-assembler "iorpd.*\[bs\]p" } } */
>                                   ^^^^^ typo? should be orpd?

Oops.  I've fixed that once, but probably included old version.
I will fix it shortly in the testsuite.

Honza


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