]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Remove pragma GCC diagnostic warning "-Wc++-compat".
authorSebastian Pop <sebastian.pop@amd.com>
Wed, 12 Aug 2009 15:13:52 +0000 (15:13 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Wed, 12 Aug 2009 15:13:52 +0000 (15:13 +0000)
2009-08-12  Sebastian Pop  <sebastian.pop@amd.com>

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

From-SVN: r150696

gcc/ChangeLog
gcc/graphite.c

index e4b074c8c4ca9ffbfcecafb23458ba0661586e69..60abbc7bbe7e15278238e228376cecf09923e594 100644 (file)
@@ -1,3 +1,8 @@
+2009-08-12  Sebastian Pop  <sebastian.pop@amd.com>
+
+       PR bootstrap/40103
+       * graphite.c: Remove pragma GCC diagnostic warning "-Wc++-compat".
+
 2009-08-12  Richard Guenther  <rguenther@suse.de>
 
        * alias.c (get_alias_set): Honor TYPE_STRUCTURAL_EQUALITY_P.
index 819116d3c36b38bd50a9ae2bf86a557fc7a4cf6c..5e892635268ebbd91d914df8761c9eb973cd0446 100644 (file)
@@ -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"