This is the mail archive of the gcc@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: INSN_SCOPE changes break mips-elf


On Thu, Jun 20, 2002 at 08:04:23PM +0200, Jan Hubicka wrote:
> combine_scopes is function to solve problem "I have instruction A with
> scope X and B with scope Y, I am replacing them by one instruction,
> create for me the scope combining X and Y in the best possible way"

Yes, but it does not "combine" scopes at all.  It chooses the
most specific scope.  There is no mechanism in any debug format
to truely union the two scopes.


r~


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