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] Add support for imported declaration and correct search order


>>>>> "Sami" == Sami Wagiaalla <swagiaal@redhat.com> writes:

Sami> +          && ((!declaration && !current->declaration)
Sami> +              || strcmp (current->declaration, declaration) == 0))

I think this check is wrong in the same way as the alias check in the
previous patch.

Tom


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