This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] XLF Fortran: Remove an inappropriate complaint


On Mon, 26 Nov 2007 14:26:34 +0100, Daniel Jacobowitz wrote:
> On Mon, Nov 26, 2007 at 08:20:41AM +0100, Jan Kratochvil wrote:
> > Therefore GDB violates the DWARF3 spec and the complaint there is right as it
> > warns the user GDB has violated the DWARF3 spec while parsing the ELF file.
> 
> OK, I see now.  But it will complain about the type anyway:
> 
>       complaint (&symfile_complaints, _("Attribute value is not a constant (%s)"),
>                  dwarf_form_name (attr->form));
> 
> I have no preference - the patch is OK, leaving the complaint is also
> OK with me.

I believe no one is ever going to fix this bug which does not bite.  Still the
complaint is IMO correct there as it is a bug so not going to apply the patch.
Thanks for notifying that my initial decision was too quick.


Regards,
Jan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]