On 6/10/24 16:12, Jeff Law wrote:
Does anyone have any issues with any of this?
No, in fact, quite the opposite. I think we very much want the
warning out of VRP into its own little pass that we can put wherever
it makes sense in the pipeline rather than having it be tied to VRP.
I'd probably look at the -O1 vs -Wall stuff independently so that we
could (in theory) eventually remove the dependence on flag_vrp.
I figured as much about removing the dependence on flag_tree_vrp . I'm
just tried of poking at it :-) It shouldn't be difficult.
I'll check it in now and see what fallout ensues.
Andrew