On Mon, 01 Sep 2008 17:29:56 +0200, Daniel Jacobowitz wrote: > please complain about children in DW_TAG_imported_declaration even in > Fortran (see the comment above your change). Originally I expected these complaints are just for detected DWARF violations: _("Offset %d out of bounds for DW_AT_ranges attribute"), But they are produced even just for unsupported DWARF features: complaint (&symfile_complaints, _("unsupported tag: '%s'"), Therefore it should always complain to any such DW_TAG_imported_* tag as they are always at least unsupported. (And it does not matter if some of their forms with or without children are invalid for DWARF or not.) [ approval requested ] Thanks, Jan