graphite.c: Revert previous patch.

2009-06-09  Sebastian Pop  <sebastian.pop@amd.com>

	* graphite.c: Revert previous patch.

From-SVN: r148321
This commit is contained in:
Sebastian Pop 2009-06-09 18:20:52 +00:00 committed by Sebastian Pop
parent 869fef887f
commit bcbe3b255e
2 changed files with 11 additions and 0 deletions

View 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

View 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"