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: optimization/5844: Bad code generated for -O2 -mcpu=i586


On Wed, Mar 06, 2002 at 09:53:02AM -0800, H . J . Lu wrote:
> How about this patch?

Your line of attack is incorrect.  The problem is not with
copyprop_hardreg_forward_1 at all.  The problem is shared rtl.

The mem in insn 83 is shared with the mem in insn 85.  This
is the bug.


r~


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