* gengtype.c (write_types): Fix warning message.
(write_local): Likewise.
From-SVN: r187118
+2012-05-03 Jason Merrill <jason@redhat.com>
+
+ * gengtype.c (write_types): Fix warning message.
+ (write_local): Likewise.
+
2012-05-02 Jason Merrill <jason@redhat.com>
* dwarf2out.c (struct external_ref, build_local_stub): New.
if (stru->u.s.line.file == NULL)
{
fprintf (stderr, "warning: structure `%s' used but not defined\n",
- s->u.s.tag);
+ stru->u.s.tag);
continue;
}
}
if (stru->u.s.line.file == NULL)
{
fprintf (stderr, "warning: structure `%s' used but not defined\n",
- s->u.s.tag);
+ stru->u.s.tag);
continue;
}