This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix PR37053: Move tweaks of commutative precedence to target hook
> What about this? ?A bit simpler. :-)
Yeah, this was option (a) from yesterday's message, but I preferred
(b) because it seemed less hackish. I don't like the idea of
saying reload is completed when in fact it's still in progress,
or introducing a case where reload_completed and
reload_in_progress are _both_ true.
But I think we're at the stage where we need a maintainer
to comment ;)
Richard