]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
graphite.c: Revert previous patch.
authorSebastian Pop <sebastian.pop@amd.com>
Tue, 9 Jun 2009 18:20:52 +0000 (18:20 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Tue, 9 Jun 2009 18:20:52 +0000 (18:20 +0000)
2009-06-09  Sebastian Pop  <sebastian.pop@amd.com>

* graphite.c: Revert previous patch.

From-SVN: r148321

gcc/ChangeLog
gcc/graphite.c

index 7f4f9e475ad637aaded0a5d042065856f7f0f5fe..c19120752b0b82cc7f2c36029de5e7351c9b5645 100644 (file)
@@ -1,3 +1,7 @@
+2009-06-09  Sebastian Pop  <sebastian.pop@amd.com>
+
+       * graphite.c: Revert previous patch.
+
 2009-06-09  Sebastian Pop  <sebastian.pop@amd.com>
 
        PR bootstrap/40103
index 7a402d3b8a1d740112b5ff8801b5cdbacc985374..4e6919736cec431f70e2d89ddc9d3dd524de9a94 100644 (file)
@@ -56,6 +56,13 @@ along with GCC; see the file COPYING3.  If not see
 #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"