[Bug tree-optimization/119491] missed tail call due to exceptions which is empty

2025-04-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119491 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug tree-optimization/119491] missed tail call due to exceptions which is empty

2025-04-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119491 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |15.0

[Bug tree-optimization/119491] missed tail call due to exceptions which is empty

2025-04-02 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119491 Jakub Jelinek changed: What|Removed |Added Attachment #60952|0 |1 is obsolete|

[Bug tree-optimization/119491] missed tail call due to exceptions which is empty

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

[Bug tree-optimization/119491] missed tail call due to exceptions which is empty

2025-04-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119491 --- Comment #6 from GCC Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:8ea537988f718f026d94b558e09479c3b5fe088a commit r15-9154-g8ea537988f718f026d94b558e09479c3b5fe088a Author: Jakub Jelinek Date: W

[Bug tree-optimization/119491] missed tail call due to exceptions which is empty

2025-04-01 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119491 --- Comment #4 from Jakub Jelinek --- Created attachment 60952 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60952&action=edit gcc15-pr119491.patch Ok, in that case the following patch attempts to handle it (for musttail only) in the tai

[Bug tree-optimization/119491] missed tail call due to exceptions which is empty

2025-03-28 Thread rguenther at suse dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119491 --- Comment #3 from rguenther at suse dot de --- On Thu, 27 Mar 2025, jakub at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119491 > > Jakub Jelinek changed: > >What|Removed |Added

[Bug tree-optimization/119491] missed tail call due to exceptions which is empty

2025-03-27 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119491 Sam James changed: What|Removed |Added Last reconfirmed||2025-03-27 Status|UNCONFIRMED

[Bug tree-optimization/119491] missed tail call due to exceptions which is empty

2025-03-27 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119491 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

[Bug tree-optimization/119491] missed tail call due to exceptions which is empty

2025-03-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119491 --- Comment #1 from Andrew Pinski --- This fixes it but I am not sure about adding another cleanup eh pass: diff --git a/gcc/passes.def b/gcc/passes.def index 9fd85a35a63..d9fff4cf833 100644 --- a/gcc/passes.def +++ b/gcc/passes.def @@ -368,6 +3