diff options
author | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-09 18:20:52 +0000 |
---|---|---|
committer | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-09 18:20:52 +0000 |
commit | d970c7fef932f7e30de6807a6e41b925f8c0d04c (patch) | |
tree | 151d7906ba92db0266d34421d087c338166ec9e0 /gcc/graphite.c | |
parent | 20f6306b6122fcf368ea8f7af60fc51d293842d7 (diff) | |
download | gcc-d970c7fef932f7e30de6807a6e41b925f8c0d04c.tar.gz |
2009-06-09 Sebastian Pop <sebastian.pop@amd.com>
* graphite.c: Revert previous patch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148321 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/graphite.c')
-rw-r--r-- | gcc/graphite.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/graphite.c b/gcc/graphite.c index 7a402d3b8a1..4e6919736ce 100644 --- a/gcc/graphite.c +++ b/gcc/graphite.c @@ -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" |