http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48102

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-03-13 
12:23:47 UTC ---
I am now at stage 2 with the following patch:

--- ../_gcc_clean/gcc/graphite-cloog-compat.h    2010-10-01 14:21:41.000000000
+0200+++ ../gcc-4.6-work/gcc/graphite-cloog-compat.h    2011-03-13
12:45:17.000000000 +0100
@@ -37,8 +37,8 @@ typedef const char *clast_name_p;
 #ifndef CLOOG_ORG

 /* CloogOptions compatibility.  */
-#define build_cloog_prog(SCOP, PROG, OPT, STATE)\
-  build_cloog_prog (SCOP, PROG, STATE)
+/* #define build_cloog_prog(SCOP, PROG, OPT, STATE)\
+  build_cloog_prog (SCOP, PROG, STATE) */
 #define cloog_program_extract_scalars(PROG, SCATT, OPT)\
   cloog_program_extract_scalars (PROG, SCATT)
 #define cloog_program_scatter(PROG, SCATT, OPT)\

Reply via email to