[Bug tree-optimization/95527] Failure to optimize __builtin_ffs == 0

2021-09-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95527 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|---

[Bug tree-optimization/95527] Failure to optimize __builtin_ffs == 0

2021-08-03 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95527 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement

[Bug tree-optimization/95527] Failure to optimize __builtin_ffs == 0

2021-04-27 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95527 --- Comment #5 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:75f8900159133ce069ef1d2edf3b67c7bc82e305 commit r12-151-g75f8900159133ce069ef1d2edf3b67c7bc82e305 Author: Jakub Jelinek Date: Tue

[Bug tree-optimization/95527] Failure to optimize __builtin_ffs == 0

2021-01-16 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95527 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #4

[Bug tree-optimization/95527] Failure to optimize __builtin_ffs == 0

2020-06-08 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95527 --- Comment #3 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:653ab081391e9e7e38b304f3234323c93693d40c commit r11-1080-g653ab081391e9e7e38b304f3234323c93693d40c Author: Jakub Jelinek Date: Tu

[Bug tree-optimization/95527] Failure to optimize __builtin_ffs == 0

2020-06-08 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95527 --- Comment #2 from Jakub Jelinek --- Created attachment 48705 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48705&action=edit gcc11-pr95527.patch Untested fix for ffs. Haven't touched others. I think parity can't be optimized that way,

[Bug tree-optimization/95527] Failure to optimize __builtin_ffs == 0

2020-06-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95527 Richard Biener changed: What|Removed |Added Ever confirmed|0 |1 Keywords|