From dc2a6925a1f049491a12be6e36233088bc123c62 Mon Sep 17 00:00:00 2001 From: Sebastian Pop Date: Tue, 9 Jun 2009 17:30:23 +0000 Subject: [PATCH] re PR bootstrap/40103 (CLooG header files are not -Wc++-compat ready) 2009-06-09 Sebastian Pop PR bootstrap/40103 * graphite.c: Remove pragma GCC diagnostic warning "-Wc++-compat". From-SVN: r148318 --- gcc/ChangeLog | 5 +++++ gcc/graphite.c | 7 ------- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 818350569f46..7f4f9e475ad6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-06-09 Sebastian Pop + + PR bootstrap/40103 + * graphite.c: Remove pragma GCC diagnostic warning "-Wc++-compat". + 2009-06-09 Ghassan Shobaki * tree-ssa-loop-prefetch.c diff --git a/gcc/graphite.c b/gcc/graphite.c index 4e6919736cec..7a402d3b8a1d 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" -- 2.47.2