* graphite.c: Force -Wc++-compat to only be a warning before
#including "cloog/cloog.h".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@147407
138bc75d-0d04-0410-961f-
82ee72b054a4
+2009-05-11 Ian Lance Taylor <iant@google.com>
+
+ PR bootstrap/40103
+ * graphite.c: Force -Wc++-compat to only be a warning before
+ #including "cloog/cloog.h".
+
2009-05-11 Martin Jambor <mjambor@suse.cz>
* ipa-cp.c (ipcp_cloning_candidate_p): Add missing return false.
#include "gimple.h"
#ifdef HAVE_cloog
+
+/* The CLooG header file is not -Wc++-compat ready as of 2009-05-11.
+ This #pragma should be removed when it is ready. */
+#if GCC_VERSION >= 4003
+#pragma GCC diagnostic warning "-Wc++-compat"
+#endif
+
#include "cloog/cloog.h"
#include "graphite.h"