* tree.h: Change GCC_VERSION >= 4004 to GCC_VERSION >= 4006
in #pragma GCC diagnostic guards.
From-SVN: r220280
+2015-01-30 Martin Liska <mliska@suse.cz>
+
+ * tree.h: Change GCC_VERSION >= 4004 to GCC_VERSION >= 4006
+ in #pragma GCC diagnostic guards.
+
2015-01-30 Richard Biener <rguenther@suse.de>
PR tree-optimization/64829
/* Workaround -Wstrict-overflow false positive during profiledbootstrap. */
-# if GCC_VERSION >= 4004
+# if GCC_VERSION >= 4006
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-overflow"
#endif
return &CONST_CAST_TREE (__t)->vec.a[__i];
}
-# if GCC_VERSION >= 4004
+# if GCC_VERSION >= 4006
#pragma GCC diagnostic pop
#endif