This is the mail archive of the gdb-patches@sources.redhat.com 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: [rfa] Build cv-qualified types correctly



Daniel Jacobowitz <drow@mvista.com> writes:
> We call make_cv_type mostly on unfinished types.  We then later decide they
> are opaque (nfields == 0), and go to look them up.  That's a bug.  We then
> look up just the name and discard cv-qualifiers.  That's a bug too.  This
> patch fixes both.
> 
> Needed for my 3.0/dwarf2 work, no regressions on 2.95.3/stabs/x86-linux. 
> Fixes the missing "const" I referenced in a previous message today.
> 
> OK to commit?

Yes, please.


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