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] Another combiner 4 insn issue fix (PR middle-end/46637)


> 2010-11-24  Jakub Jelinek  <jakub@redhat.com>
>
> 	PR middle-end/46637
> 	* combine.c (try_combine): When substing i2dest for i2src, pass
> 	1 as last argument even if
> 	i0_feeds_i1_n && i1_feeds_i2_n && i0dest_in_i0src.
>
> 	* gcc.c-torture/compile/pr46637.c: New test.

OK, but the comment also needs to be adjusted, for example:

	later.  Likewise if I0 feeds into I2, either directly or indirectly
	through I1, and I0DEST is in I0SRC.  */


-- 
Eric Botcazou


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