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.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119030
--- Comment #8 from Frank Mehnert ---
I can confirm the fix, thank you!
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119030
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
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
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119030
Marek Polacek changed:
What|Removed |Added
Keywords|needs-bisection |
CC|