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

[Bug bootstrap/48102] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: error: macro "build_cloog_prog" requires 4 arguments, but only 3 given


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)\


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