[Bug tree-optimization/126647] Match vs cond/vec_cond

"rguenth at gcc dot gnu.org via Gcc-bugs" <[email protected]> Wed, 05 Aug 2026 07:56:00 +0000
Newsgroups gmane.comp.gcc.bugs
Message-ID <[email protected]/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126647

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Oh, and handling

(for cnd (cond vec_cond)
 (cnd:c (cmp ..) ...)

requires extra care during parsing.