PR 25840
* debug.c (debug_class_type_samep): Don't segfault on NULL type.
+2020-04-17 Alan Modra <amodra@gmail.com>
+
+ PR 25840
+ * debug.c (debug_class_type_samep): Don't segfault on NULL type.
+
2020-04-16 Alan Modra <amodra@gmail.com>
* doc/binutils.texi: Mention --no-show-raw-insn in objdump
names, since that sometimes fails in the presence of
typedefs and we really don't care. */
if (strcmp (f1->name, f2->name) != 0
+ || f1->type == NULL
+ || f2->type == NULL
|| ! debug_type_samep (info,
debug_get_real_type ((void *) info,
f1->type, NULL),