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: Fix non-pointer-sign gcc warnings


On 1/15/06, Daniel Jacobowitz <drow@false.org> wrote:
> The one in macroexp.c is not a real bug but I think GCC is justified in
> not being able to see through it.  The one in stabsread.c is a real bug
> and would cause GDB to crash on bad stabs.

Would it make more sense to have gather_arguments actually always
assign something to *ARGC_P?  This would treat *ARGC_P as more like
part of the return value, which is how I see it.


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