This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: -mpower4 sched2 bug miscompiles linux kernel
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Alan Modra <amodra at bigpond dot net dot au>, Geoff Keating <geoffk at geoffk dot org>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Mon, 09 Sep 2002 21:55:05 -0400
- Subject: Re: -mpower4 sched2 bug miscompiles linux kernel
This patch generally looks like the right direction to clean up
that function, but the function either should use the _nv forms of
adjust_address or the non-_nv forms. I think it should always use the
non-_nv forms, but I'm not sure. I do not see any reason that it should
differ between the STRING and non-STRING instructions.
David