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]

Patch ping: [PATCH] Fix thinko in insert_reciprocals (PR tree-optimization/86835)


On Fri, Aug 03, 2018 at 05:59:24PM +0200, Jakub Jelinek wrote:
> 2018-08-03  Jakub Jelinek  <jakub@redhat.com>
> 
> 	PR tree-optimization/86835
> 	* tree-ssa-math-opts.c (insert_reciprocals): Even when inserting
> 	new_stmt after def_gsi, make sure to insert new_square_stmt after
> 	that stmt, not 2 stmts before it.
> 
> 	* gcc.dg/pr86835.c: New test.

I'd like to ping this patch.

Thanks.

	Jakub


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