Dear All, we have uploaded an almost final PPL 0.10 snapshot to the usual location ftp://ftp.cs.unipr.it/pub/ppl/snapshots/ "Almost final" means that, unless new features are requested by the Graphite/CLooG/MELT people, unless bugs are discovered, no semantic changes are planned for the library core and its C++ and C interfaces. This snapshot passes `make check' on almost all the architectures we have access to (i.e., ia32, x86_64, hppa, ppc, sparc, alpha, ia64). The only known problems are on Cygwin, but they seem problems of the toolchain (try-catch does not work): we are currently installing Cygwin 1.7 to check whether these problems have been solved. Work continues on the Java, OCaml and Prolog interfaces of the library, on documentation, testing and packaging. We expect to officially release PPL 0.10 in 2 or 3 weeks from now. I also attach a patch for CLooG-PPL that: 1) avoids using features of the PPL that are deprecated in PPL 0.10 (they will be removed in PPL 0.11); 2) uses PPL features to replace some of the existing code, but only for cases where the replacement is easy and clearly advantageous (a generalized use of PPL powersets could lead to a considerable simplification of the CLooG code in domain.c). Please report any problem you may encounter to ppl-devel@cs.unipr.it All the best, Roberto -- Prof. Roberto Bagnara Computer Science Group Department of Mathematics, University of Parma, Italy http://www.cs.unipr.it/~bagnara/ mailto:bagnara@cs.unipr.it
I've included the attached patch in the cloog-ppl. On Wed, Oct 1, 2008 at 3:56 AM, Roberto Bagnara <bagnara@cs.unipr.it> wrote:
Please report any problem you may encounter to ppl-devel@cs.unipr.it
With the new PPL package I see the following warnings when I'm compiling GCC: In file included from /home/seb/usr//include/cloog/ppl_backend.h:34, from /home/seb/usr//include/cloog/cloog.h:45, from ../../gcc/graphite.c:58: /home/seb/usr//include/ppl_c.h:209:1: warning: C++ style comments are not allowed in ISO C90 /home/seb/usr//include/ppl_c.h:209:1: warning: (this will be reported only once per input file) In file included from /home/seb/usr//include/cloog/ppl_backend.h:34, from /home/seb/usr//include/cloog/cloog.h:45, from ../../gcc/graphite.c:58: /home/seb/usr//include/ppl_c.h:2471: warning: ISO C does not allow extra ';' outside of a function /home/seb/usr//include/ppl_c.h:2472: warning: ISO C does not allow extra ';' outside of a function /home/seb/usr//include/ppl_c.h:2473: warning: ISO C does not allow extra ';' outside of a function /home/seb/usr//include/ppl_c.h:2474: warning: ISO C does not allow extra ';' outside of a function /home/seb/usr//include/ppl_c.h:2475: warning: ISO C does not allow extra ';' outside of a function /home/seb/usr//include/ppl_c.h:2476: warning: ISO C does not allow extra ';' outside of a function /home/seb/usr//include/ppl_c.h:2477: warning: ISO C does not allow extra ';' outside of a function /home/seb/usr//include/ppl_c.h:2478: warning: ISO C does not allow extra ';' outside of a function /home/seb/usr//include/ppl_c.h:2479: warning: ISO C does not allow extra ';' outside of a function /home/seb/usr//include/ppl_c.h:2480: warning: ISO C does not allow extra ';' outside of a function /home/seb/usr//include/ppl_c.h:2481: warning: ISO C does not allow extra ';' outside of a function /home/seb/usr//include/ppl_c.h:2482: warning: ISO C does not allow extra ';' outside of a function /home/seb/usr//include/ppl_c.h:2483: warning: ISO C does not allow extra ';' outside of a function /home/seb/usr//include/ppl_c.h:7838: warning: ISO C does not allow extra ';' outside of a function /home/seb/usr//include/ppl_c.h:7839: warning: ISO C does not allow extra ';' outside of a function /home/seb/usr//include/ppl_c.h:8408: warning: ISO C does not allow extra ';' outside of a function /home/seb/usr//include/ppl_c.h:8409: warning: ISO C does not allow extra ';' outside of a function
Sebastian Pop wrote:
On Wed, Oct 1, 2008 at 3:56 AM, Roberto Bagnara <bagnara@cs.unipr.it> wrote:
Please report any problem you may encounter to ppl-devel@cs.unipr.it
With the new PPL package I see the following warnings when I'm compiling GCC:
Fixed: thanks! Roberto -- Prof. Roberto Bagnara Computer Science Group Department of Mathematics, University of Parma, Italy http://www.cs.unipr.it/~bagnara/ mailto:bagnara@cs.unipr.it
participants (2)
-
Roberto Bagnara -
Sebastian Pop