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]

Re: [mark@markmitchell.com: Re: More Dwarf2 issues]


  > 	* integrate.c (integrate_decl_tree): Make the DECL_ABSTRACT_ORIGIN
  > 	the most distant ancestor, not the immediate parent.

I approve of the patch.

However, I think it is incomplete, because there are other places that
set DECL_ABSTRACT_ORIGIN.  I think we should change all of them at the same
time rather than just one of them.

If we only change one of them, then we should at least document the fact
that the change is incomplete, and document which behaviour of the two is
the intended one.

Jim


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