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: [RFC] GCC aliasing bug PR optimization/9745


	As a follow-up to my previous message, another solution might be
to always copy the frame pointer into a pseudo when addressing relative to
it, at least on systems where HARD_FRAME_POINTER_REGNUM ==
FRAME_POINTER_REGNUM.  With that change, find_base_term for the various
pseudos consistently would return FRAME_POINTER_REGNUM without the special
"ADDRESS" marker confusing things.

	I am not sure whether making such a change in expr.c is
sufficient to reliably solve this problem.

David


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