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] fix exp/12117


>>>>> "Doug" == Doug Evans <dje@google.com> writes:

Doug> This patch fixes pr exp/12117.
Doug> http://sourceware.org/bugzilla/show_bug.cgi?id=12117

Doug> I will check this in in two days if there are no objections.

It looks reasonable to me.

Not an objection, but it seems odd that check_typedef can strip
qualifiers from a type.  It looks like it tries to do the right thing in
some cases, but not all.  Couldn't it just call make_qualified_type at
the right point?  Or unconditionally use that instead of checking
TYPE_OBJFILE?

Tom


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