]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix bug in the define_subst handling that made match_scratch unusable for multi-alter...
authorJoern Rennecke <joern.rennecke@embecosm.com>
Fri, 28 May 2021 06:29:53 +0000 (07:29 +0100)
committerJoern Rennecke <joern.rennecke@embecosm.com>
Fri, 28 May 2021 06:33:25 +0000 (07:33 +0100)
commitdd1ef00c45ba99ea10082f913c20319b1951defe
treef19cea9f83c97935eaf61a0dab2374813e902f09
parent4a9f2306cb39a3cf265eeb6f8f3a8bbaf230c4c8
Fix bug in the define_subst handling that made match_scratch unusable for multi-alternative patterns.

2021-05-28  Joern Rennecke  <joern.rennecke@embecosm.com>

gcc/
* gensupport.c (alter_constraints): Add MATCH_SCRATCH case.
gcc/gensupport.c