This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/48102] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: error: macro "build_cloog_prog" requires 4 arguments, but only 3 given
- From: "dominiq at lps dot ens.fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 13 Mar 2011 12:23:52 +0000
- Subject: [Bug bootstrap/48102] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: error: macro "build_cloog_prog" requires 4 arguments, but only 3 given
- Auto-submitted: auto-generated
- References: <bug-48102-4@http.gcc.gnu.org/bugzilla/>
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)\