Re: Test Harness and SPARC VIS Instructions

2008-03-14 Thread Uros Bizjak
On Fri, Mar 14, 2008 at 3:45 PM, Joel Sherrill <[EMAIL PROTECTED]> wrote: > It now looks like the scan-tree-dump-times tests are the next > easy group that isn't supported that needs to be marked as > not supported. I didn't see anything obv > > FAIL: gcc.dg/vect/pr33804.c scan-tree-dump-time

Re: Test Harness and SPARC VIS Instructions

2008-03-14 Thread Joel Sherrill
Uros Bizjak wrote: Hello! This one looks like another test slipping another unsupported instruction by. 0x020012b8 : bne,pn %icc, 0x200138c Is this UltraSPARC and not V7? Do we need two bad instructions in the test case? Executing on host: /home/joel/work-gnat/svn/b-gcc1-sparc/gcc/xgcc

Re: Test Harness and SPARC VIS Instructions

2008-03-13 Thread Uros Bizjak
Hello! This one looks like another test slipping another unsupported instruction by. 0x020012b8 : bne,pn %icc, 0x200138c Is this UltraSPARC and not V7? Do we need two bad instructions in the test case? Executing on host: /home/joel/work-gnat/svn/b-gcc1-sparc/gcc/xgcc -B/home/joel/work-gnat

Re: Test Harness and SPARC VIS Instructions

2008-03-13 Thread Seongbae Park (박성배, 朴成培)
On Thu, Mar 13, 2008 at 12:32 PM, Joel Sherrill <[EMAIL PROTECTED]> wrote: > > Uros Bizjak wrote: > > Hello! > > > > > >> Can someone familiar with VIS provide an instruction > >> that is OK to do a run-time test with to check if > >> it is supported? > >> > > > > Perhaps this fragment fro

Re: Test Harness and SPARC VIS Instructions

2008-03-13 Thread Joel Sherrill
Uros Bizjak wrote: Hello! Can someone familiar with VIS provide an instruction that is OK to do a run-time test with to check if it is supported? Perhaps this fragment from testsuite/gcc.dg/vect/tree-vect.h may help: #elif defined(__sparc__) asm volatile (".word\t0x81b007c0");

Re: Test Harness and SPARC VIS Instructions

2008-03-13 Thread Seongbae Park (박성배, 朴成培)
2008/3/13 Joel Sherrill <[EMAIL PROTECTED]>: > > Seongbae Park (박성배, 朴成培) wrote: > > On Thu, Mar 13, 2008 at 11:31 AM, Joel Sherrill > > <[EMAIL PROTECTED]> wrote: > > > >> Hi, > >> > >> Moving on the SPARC, I see a lot of similar > >> unsupported instruction failures. I only > >> see a

Re: Test Harness and SPARC VIS Instructions

2008-03-13 Thread Uros Bizjak
Hello! Can someone familiar with VIS provide an instruction that is OK to do a run-time test with to check if it is supported? Perhaps this fragment from testsuite/gcc.dg/vect/tree-vect.h may help: #elif defined(__sparc__) asm volatile (".word\t0x81b007c0"); Uros.

Re: Test Harness and SPARC VIS Instructions

2008-03-13 Thread Joel Sherrill
Seongbae Park (박성배, 朴成培) wrote: > On Thu, Mar 13, 2008 at 11:31 AM, Joel Sherrill > <[EMAIL PROTECTED]> wrote: > >> Hi, >> >> Moving on the SPARC, I see a lot of similar >> unsupported instruction failures. I only >> see a single sparc feature test. It is for >> "-multrasparc -mvis" and it

Re: Test Harness and SPARC VIS Instructions

2008-03-13 Thread Seongbae Park (박성배, 朴成培)
On Thu, Mar 13, 2008 at 11:31 AM, Joel Sherrill <[EMAIL PROTECTED]> wrote: > Hi, > > Moving on the SPARC, I see a lot of similar > unsupported instruction failures. I only > see a single sparc feature test. It is for > "-multrasparc -mvis" and it is actually > passing on the sparc instructio