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: CSE bug (PR27363)


Paul Brook <paul@codesourcery.com> writes:

> 2006-07-19  Paul Brook  <paul@codesourcery.com>
> 
> 	gcc/
> 	* cse.c (cse_insn): Add destination addresses to hash table. Check if
> 	they are invalidated by this instruction.
> 
> 	gcc/testsuite/
> 	* gcc.dg/pr27363.c: New test.

This is OK.

> +	    /* The elt was removed, which means this destination s not
> +	       valid after this instruction.  */

Typo: "s" => "is".

Thanks.

Ian


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