This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Merge from pch branch; call for testers
Your version of the branch does have this patch? It should have fixed it:
@@ -1538,15 +1534,14 @@ write_gc_root (f, v, type, name, has_len
tp = type->u.p;
- if (! has_length
- && (tp->kind == TYPE_UNION || tp->kind == TYPE_STRUCT))
+ if (! has_length && UNION_OR_STRUCT_P (tp))
{
fprintf (f, " >_ggc_mx_%s\n", tp->u.s.tag);
}
--
- Geoffrey Keating <geoffk@geoffk.org> <geoffk@redhat.com>