Re: [6/8] Print the type of alias check in a dump message

2019-11-15 Thread Richard Biener
On Mon, Nov 11, 2019 at 7:50 PM Richard Sandiford wrote: > > This patch prints a message to say how an alias check is being > implemented. OK. > > 2019-11-11 Richard Sandiford > > gcc/ > * tree-data-ref.c (create_intersect_range_checks_index) > (create_intersect_range_checks):

[6/8] Print the type of alias check in a dump message

2019-11-11 Thread Richard Sandiford
This patch prints a message to say how an alias check is being implemented. 2019-11-11 Richard Sandiford gcc/ * tree-data-ref.c (create_intersect_range_checks_index) (create_intersect_range_checks): Print dump messages. gcc/testsuite/ * gcc.dg/vect/vect-alias-check-1.