The following should fix a disable-checking build which seems to
confuse gengtype.
Bootstrap with checking disabled running on x86_64-unknown-linux-gnu,
I'll push once that sufficiently progressed.
Richard.
* tree-core.h (tree_ssa_name::active_iterated_stmt): Mark
GTY((skip(""))).
---
gcc/tree-core.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/tree-core.h b/gcc/tree-core.h
index a6e40c7497f..33a6a78f00d 100644
--- a/gcc/tree-core.h
+++ b/gcc/tree-core.h
@@ -1718,7 +1718,7 @@ struct GTY(()) tree_ssa_name {
/* Immediate uses list for this SSA_NAME. */
struct ssa_use_operand_t imm_uses;
#if defined ENABLE_GIMPLE_CHECKING
- gimple *active_iterated_stmt;
+ gimple *GTY((skip(""))) active_iterated_stmt;
unsigned fast_iteration_depth;
#endif
};
--
2.51.0