This is the mail archive of the gcc@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 regressions of trunk


On Tue, Sep 02, 2008 at 06:15:56PM -0300, Tobias Grosser wrote:
> Hi Steve,
> On Tue, 2008-09-02 at 13:59 -0700, Steve Kargl wrote:
> > 
> > gfortran.log shows that all the failures are the same.  Note I've trimmed
> > the directory paths:
> > 
> > gfortran.dg/graphite/block-1.f90: In function 'matrix_multiply':
> > gfortran.dg/graphite/block-1.f90:3: sorry, unimplemented: Graphite loop optimizations cannot be used
> 
> It seems gcc could not find cloog or ppl during configure. So graphite is
> disabled right now (and therefore the test cases fail).
> 
> Your ./configure output should start like this:
> 
> checking for version 0.10 of PPL... yes
> checking for correct version of CLooG... yes

I have

checking for version 0.10 of PPL... no
checking for correct version of CLooG... no

> The last two rows are important.
> 
> May be you missed to add "--with-cloog" or "--with-ppl" to
> your ./configure.
> Can you send me your config.log file?

>From others comments, it seems I need some additional libraries.
Where do I find these?

-- 
Steve


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