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: [graphite] fix code generation fails


On Fri, Aug 29, 2008 at 03:10:15PM -0500, Sebastian Pop wrote:
> Hi,
> 
> I just committed the attached patch from Jan that fixes the out of
> graphite fails from the C testsuite.  The only fail that remains is
> block-1.f90 that will require some more changes to make it work
> correctly.
> 
> Sebastian Pop
> --
> AMD - GNU Tools

Sebastian,
   I am seeing the additional graphite testfailure for...

FAIL: gcc.dg/graphite/scop-matmult.c scan-tree-dump-times graphite "number of SCoPs: 1" 1

with the graphite branch changes applied to gcc trunk from 20080829. Oddly,
I don't see any block-1.c testcase failures in the gcc testsuite section but only
in the gfortran testsuite...

FAIL: gfortran.dg/graphite/block-1.f90  -O  (internal compiler error)
FAIL: gfortran.dg/graphite/block-1.f90  -O  (test for excess errors)
FAIL: gfortran.dg/graphite/block-1.f90  -O  scan-tree-dump-times graphite "Loop blocked" 2

Are you seeing the same thing in the graphite branch? This is on
i686-apple-darwin9.
              Jack


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