[Bug tree-optimization/119030] [15 Regression] wrong optimization since r15-7597

2025-02-28 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119030 --- Comment #9 from Sam James --- Thank you for testing trunk and providing a small testcase too.

[Bug tree-optimization/119030] [15 Regression] wrong optimization since r15-7597

2025-02-28 Thread frank.mehnert at googlemail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119030 --- Comment #8 from Frank Mehnert --- I can confirm the fix, thank you!

[Bug tree-optimization/119030] [15 Regression] wrong optimization since r15-7597

2025-02-27 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119030 --- Comment #6 from GCC Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:8371e7f240c1130a3827be1afb94f73c26df81a6 commit r15-7740-g8371e7f240c1130a3827be1afb94f73c26df81a6 Author: Jakub Jelinek Date: T

[Bug tree-optimization/119030] [15 Regression] wrong optimization since r15-7597

2025-02-27 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119030 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/119030] [15 Regression] wrong optimization since r15-7597

2025-02-27 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119030 --- Comment #4 from Jakub Jelinek --- Looks like a pasto to me: --- gcc/gimple-fold.cc.jj 2025-02-24 00:06:26.018729158 +0100 +++ gcc/gimple-fold.cc 2025-02-27 16:27:28.843075160 +0100 @@ -8313,7 +8313,7 @@ fold_truth_andor_for_ifcombine

[Bug tree-optimization/119030] [15 Regression] wrong optimization since r15-7597

2025-02-27 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119030 Jakub Jelinek changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org

[Bug tree-optimization/119030] [15 Regression] wrong optimization

2025-02-26 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119030 --- Comment #3 from Jakub Jelinek --- Started with r15-7597-g3768bedf7b5fcdd63a18871ecfce665ae1b8d87e static inline unsigned foo (long long tag) { return tag & 0x8000; } static inline long long bar (long long tag) { if (foo (tag)) retu

[Bug tree-optimization/119030] [15 Regression] wrong optimization

2025-02-26 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119030 Marek Polacek changed: What|Removed |Added Keywords|needs-bisection | CC|