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: Fix buglet in previous mechanical loop.c change


On Thu, 2004-07-15 at 09:11, Daniel Jacobowitz wrote:
> On Thu, Jul 15, 2004 at 08:55:01AM -0600, Jeffrey A Law wrote:
> > The recent change to use various predicates instead of explicitly
> > testing for suitable rtx codes had a minor flaw.  Consider this
[ ... ]

> 
> This now accepts CALL_INSN, which it didn't used to.  Was that a bug in
> the old code?
Acceping a CALL_INSN is conservatively correct.  It won't have any
effect on the behavior of update_giv_derive except that unnecessary
work may be done.

Jeff


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