[Bug tree-optimization/120031] Fails to pattern match ctz from DeBruijn

2025-05-06 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120031 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/120031] Fails to pattern match ctz from DeBruijn

2025-05-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120031 --- Comment #4 from GCC Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:5e363ffefaceb9ff8fdeeead247c8337538e01db commit r16-400-g5e363ffefaceb9ff8fdeeead247c8337538e01db Author: Richard Biener Date:

[Bug tree-optimization/120031] Fails to pattern match ctz from DeBruijn

2025-05-05 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120031 --- Comment #3 from Richard Biener --- diff --git a/gcc/match.pd b/gcc/match.pd index 2a63e4c7ddb..6edd7deb6c2 100644 --- a/gcc/match.pd +++ b/gcc/match.pd @@ -11298,7 +11298,7 @@ and, in the top 5 or 6 bits. This is then indexed into a tab

[Bug tree-optimization/120031] Fails to pattern match ctz from DeBruijn

2025-05-05 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120031 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #2 from Richard B

[Bug tree-optimization/120031] Fails to pattern match ctz from DeBruijn

2025-05-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120031 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement Status|UNCONFIR