On 09/11/2012 01:41 PM, Diego Novillo wrote:
On 2012-09-11 03:58 , Tobias Burnus wrote:
Did you test with or without Graphite?
I tested with and without release checking, all languages and all
targets that use VEC. So many combinations...
There is unfortunately always an N+1 configuration which one hasn't
tested ...
how is graphite enabled?
I think it is automatically enabled when the libraries are found; at
least I didn't specify anything special and just see the following
configure output:
checking for version 0.10 of ISL... yes
checking for version 0.17.0 of CLooG... yes
Consequently (cf. toplevel configure):
# Treat either --without-cloog or --without-isl as a request to disable
# GRAPHITE support and skip all following checks.
If you don't have them in the default tree: See
http://gcc.gnu.org/install/prerequisites.html and
http://gcc.gnu.org/install/configure.html Both also build in tree.
Tobias
PS: Thanks for the clean up patch.