https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122600
Alexandre Oliva <aoliva at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hjl at gcc dot gnu.org
--- Comment #1 from Alexandre Oliva <aoliva at gcc dot gnu.org> ---
While at that, I believe the clobber (and output) operands of the global and
local dynamic patterns that are modified before the call insn should use
earlyclobber constraints, to avoid any risk of sharing with other input
operands, even though the current patterns don't seem to make room for any such
conflicts.