[Bug tree-optimization/126455] [16 Regression] Wrong folding of (a < b) ^ (a > b) to a != b for vector (FP) since r16-2134
"pinskia 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
Drea Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|[16/17 Regression] Wrong |[16 Regression] Wrong
|folding of (a < b) ^ (a > |folding of (a < b) ^ (a >
|b) to a != b for vector |b) to a != b for vector
|(FP) since r16-2134 |(FP) since r16-2134
--- Comment #6 from Drea Pinski <pinskia at gcc dot gnu.org> ---
Fixed so far on the trunk.