aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorSebastian Pop <sebastian.pop@amd.com>2011-01-25 06:46:19 +0000
committerSebastian Pop <spop@gcc.gnu.org>2011-01-25 06:46:19 +0000
commit0deada9e5b187a9b7bd39e35b3043c5e8242d982 (patch)
tree362c11c425b5253e3e4035389d5c8468a9059423 /gcc/doc
parentd7d3d6af69a25722d6fac836e21799563fba8c70 (diff)
downloadgcc-0deada9e5b187a9b7bd39e35b3043c5e8242d982.zip
gcc-0deada9e5b187a9b7bd39e35b3043c5e8242d982.tar.gz
gcc-0deada9e5b187a9b7bd39e35b3043c5e8242d982.tar.bz2
Expect at least the version 0.11 of PPL.
2011-01-25 Sebastian Pop <sebastian.pop@amd.com> toplev/ * configure: Regenerated. * configure.ac: Check for version 0.11 (or later revision) of PPL. toplev/gcc/ * doc/install.texi: Update the expected version number of PPL to 0.11. * graphite-ppl.c (ppl_powerset_is_empty): Remove now dead code under #if PPL_VERSION_MINOR < 11. From-SVN: r169207
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/install.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 7797fcb..e451119 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -332,7 +332,7 @@ and @option{--with-mpc-include}. Alternatively, if an MPC source
distribution is found in a subdirectory of your GCC sources named
@file{mpc}, it will be built together with GCC@.
-@item Parma Polyhedra Library (PPL) version 0.10
+@item Parma Polyhedra Library (PPL) version 0.11
Necessary to build GCC with the Graphite loop optimizations.
It can be downloaded from @uref{http://www.cs.unipr.it/ppl/Download/}.