mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-10 22:21:23 +08:00
re PR bootstrap/48102 (Bootstrap failure: error: macro "build_cloog_prog" requires 4 arguments, but only 3 given)
PR bootstrap/48102 * graphite-cloog-compat.h (build_cloog_prog): Remove STATE parameter. From-SVN: r170933
This commit is contained in:
parent
9cfa14995f
commit
c6104ef1c3
@ -1,3 +1,9 @@
|
||||
2011-03-14 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR bootstrap/48102
|
||||
* graphite-cloog-compat.h (build_cloog_prog): Remove STATE
|
||||
parameter.
|
||||
|
||||
2011-03-14 Andreas Tobler <andreast@fgznet.ch>
|
||||
|
||||
* config/rs6000/freebsd.h: (RELOCATABLE_NEEDS_FIXUP): Define in
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Compatibility layer for using upstream CLooG versions with
|
||||
CLooG legacy code.
|
||||
Copyright (C) 2010 Free Software Foundation, Inc.
|
||||
Copyright (C) 2010, 2011 Free Software Foundation, Inc.
|
||||
Contributed by Andreas Simbuerger <simbuerg@fim.uni-passau.de>.
|
||||
|
||||
This file is part of GCC.
|
||||
@ -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)\
|
||||
build_cloog_prog (SCOP, PROG)
|
||||
#define cloog_program_extract_scalars(PROG, SCATT, OPT)\
|
||||
cloog_program_extract_scalars (PROG, SCATT)
|
||||
#define cloog_program_scatter(PROG, SCATT, OPT)\
|
||||
|
Loading…
x
Reference in New Issue
Block a user