Commit dc2a6925 by Sebastian Pop Committed by Sebastian Pop

re PR bootstrap/40103 (CLooG header files are not -Wc++-compat ready)

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

	PR bootstrap/40103
	* graphite.c: Remove pragma GCC diagnostic warning "-Wc++-compat".

From-SVN: r148318
parent ebcbc56d
2009-06-09 Sebastian Pop <sebastian.pop@amd.com>
PR bootstrap/40103
* graphite.c: Remove pragma GCC diagnostic warning "-Wc++-compat".
2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
* tree-ssa-loop-prefetch.c
......
......@@ -56,13 +56,6 @@ 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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment