[Bug tree-optimization/113024] Nested cast not optimized out in GIMPLE

2023-12-15 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113024 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug tree-optimization/113024] Nested cast not optimized out in GIMPLE

2023-12-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113024 --- Comment #3 from GCC Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:330f1e078dae257d4f8f7b13299ececc2344e681 commit r14-6580-g330f1e078dae257d4f8f7b13299ececc2344e681 Author: Jakub Jelinek Date: F

[Bug tree-optimization/113024] Nested cast not optimized out in GIMPLE

2023-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113024 --- Comment #2 from Andrew Pinski --- Confirmed. Note if the final convert was a truncation from the original one, match is able to remove the inner cast since r14-2890-gcc2003cd87532f (PR 93044). That is: ``` unsigned char foo1 (signed short x

[Bug tree-optimization/113024] Nested cast not optimized out in GIMPLE

2023-12-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113024 Jakub Jelinek changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug tree-optimization/113024] Nested cast not optimized out in GIMPLE

2023-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113024 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement Keywords|ice-on-v