diff options
author | Sebastian Pop <sebastian.pop@amd.com> | 2009-06-09 17:30:23 +0000 |
---|---|---|
committer | Sebastian Pop <spop@gcc.gnu.org> | 2009-06-09 17:30:23 +0000 |
commit | dc2a6925a1f049491a12be6e36233088bc123c62 (patch) | |
tree | ddab84fe8bc2910c00748512acfc17c0157e9fc0 /gcc/graphite.c | |
parent | ebcbc56dd2cf126404f98e6e0c50be7ba0d9165f (diff) | |
download | gcc-dc2a6925a1f049491a12be6e36233088bc123c62.zip gcc-dc2a6925a1f049491a12be6e36233088bc123c62.tar.gz gcc-dc2a6925a1f049491a12be6e36233088bc123c62.tar.bz2 |
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
Diffstat (limited to 'gcc/graphite.c')
-rw-r--r-- | gcc/graphite.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/graphite.c b/gcc/graphite.c index 4e69197..7a402d3 100644 --- a/gcc/graphite.c +++ b/gcc/graphite.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" |