> From: Richard Biener via Gcc-patches <gcc-patches@gcc.gnu.org> > Date: Mon, 9 May 2022 13:42:27 +0200
> This removes #if GIMPLE guards around patterns using ! which is > now also provided in the GENERIC implementation. > > Bootstrapped and tested on x86_64-unknown-linux-gnu, pushed. > > 2022-05-09 Richard Biener <rguent...@suse.de> > > * match.pd: Remove #if GIMPLE guards around ! using patterns. This cause PR105629, "[13 Regression] g++.dg/opt/pr94589-2.C for cris, m68k, s390x". Code quality seems to have regressed for cris-elf by a quick diff of the pr94589-2.s:es. brgds, H-P