https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55814
--- Comment #6 from anlauf at gcc dot gnu.org --- Would it help the middle-end rewriting bar = a .and. b .and. any(c) into something like (symbolically): bar = (a .and. b) ? any(c) : .false.
anlauf at gcc dot gnu.org via Gcc-bugs Sat, 18 Oct 2025 10:19:00 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55814
--- Comment #6 from anlauf at gcc dot gnu.org --- Would it help the middle-end rewriting bar = a .and. b .and. any(c) into something like (symbolically): bar = (a .and. b) ? any(c) : .false.