This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] Debugging Vector Types


Daniel Jacobowitz wrote:
On Tue, Apr 26, 2005 at 07:15:13PM -0700, James E Wilson wrote:
3) stuff that is emitted only if previous gdb extensions were used, this
stuff uses code like
 if (use_gnu_debug_info_extensions && have_used_extensions) { ... }
Yes. I was proposing ditching the third class.

That would be reasonable.


I believe we did this to avoid gratuituous use of gdb extensions, but since gdb extensions are the norm now, there isn't much point in doing this. This lets us eliminate have_used_extensions.

I see that there are a couple of places that test use_gnu_debug_info_extensions, but fail to set have_used_extensions. Perhaps this is what you were thinking of earlier? This is arguably a bug, but eliminating have_used_extensions makes this a moot point.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



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