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: Merging Graphite to trunk


Sebastian,
   Perhaps I missed a discussion of this problem in the thread here, but I
am finding that the current gcc trunk (r150319) compiled against cloog-ppl
0.15.4 on x86_64-apple-darwin10 no longer tolerates -floop-block when
compiling the Polyhedron 2005 benchmarks...

gfortran -ffast-math -funroll-loops -msse3 -O3 -fgraphite-identity -floop-block test_fpu.f90 -o test_fpu
test_fpu.f90: In function âtest_fpuâ:
test_fpu.f90:11:0: sorry, unimplemented: loop blocking not implemented
test_fpu.f90: In function âmainâ:
test_fpu.f90:12:0: sorry, unimplemented: loop blocking not implemented
test_fpu.f90: In function âgaussâ:
test_fpu.f90:89:0: sorry, unimplemented: loop blocking not implemented
test_fpu.f90:89:0: internal compiler error: in apply_poly_transforms, at graphite-poly.c:255
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

FYI.
         Jack



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