[Bug tree-optimization/126455] [16/17 Regression] Wrong folding of (a < b) ^ (a > b) to a != b for FP vectors
"rguenth at gcc dot gnu.org via Gcc-bugs" <[email protected]>
| Newsgroups | gmane.comp.gcc.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126455
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Known to work| |15.2.1
Target Milestone|--- |16.2
Keywords| |needs-bisection
Summary|Wrong folding of (a < b) ^ |[16/17 Regression] Wrong
|(a > b) to a != b for FP |folding of (a < b) ^ (a >
|vectors |b) to a != b for FP vectors
--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 15 works for me?