diff options
author | Sebastian Pop <sebastian.pop@amd.com> | 2009-08-12 15:13:52 +0000 |
---|---|---|
committer | Sebastian Pop <spop@gcc.gnu.org> | 2009-08-12 15:13:52 +0000 |
commit | 4654745dcdf28770f8710b27277163b8232795a5 (patch) | |
tree | 24677e45dfe1e18058cbcb29f6d6075729920209 /gcc/graphite.c | |
parent | daad02781a10022ac810312c46fda483809c3634 (diff) | |
download | gcc-4654745dcdf28770f8710b27277163b8232795a5.zip gcc-4654745dcdf28770f8710b27277163b8232795a5.tar.gz gcc-4654745dcdf28770f8710b27277163b8232795a5.tar.bz2 |
Remove pragma GCC diagnostic warning "-Wc++-compat".
2009-08-12 Sebastian Pop <sebastian.pop@amd.com>
PR bootstrap/40103
* graphite.c: Remove pragma GCC diagnostic warning "-Wc++-compat".
From-SVN: r150696
Diffstat (limited to 'gcc/graphite.c')
-rw-r--r-- | gcc/graphite.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/graphite.c b/gcc/graphite.c index 819116d..5e89263 100644 --- a/gcc/graphite.c +++ b/gcc/graphite.c @@ -58,12 +58,6 @@ along with GCC; see the file COPYING3. If not see #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 "ppl_c.h" #include "graphite-ppl.h" |