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]: Fix PR/14638


On Tue, Dec 21, 2004 at 11:53:55PM -0500, Daniel Berlin wrote:
> +  while (DECL_DEBUG_ALIAS_OF (realdecl))
> +    realdecl = DECL_DEBUG_ALIAS_OF  (realdecl);

This is the only thing I don't like.  Can't we manage to point to
the ultimate decl with one extra comparison in tree-outof-ssa.c?

Otherwise, I've been thinking that something like this was going
to be needed for a long time.



r~


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