[Bug middle-end/65534] tailcall not optimized away

2023-03-31 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65534 Martin Liška changed: What|Removed |Added Assignee|marxin at gcc dot gnu.org |unassigned at gcc dot gnu.org

[Bug middle-end/65534] tailcall not optimized away

2021-05-04 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65534 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug middle-end/65534] tailcall not optimized away

2017-07-04 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65534 Andrew Pinski changed: What|Removed |Added Target Milestone|6.5 |---

[Bug middle-end/65534] tailcall not optimized away

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65534 Richard Biener changed: What|Removed |Added Target Milestone|6.4 |6.5 --- Comment #8 from Richard Biener

[Bug middle-end/65534] tailcall not optimized away

2016-12-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65534 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.3 |6.4 --- Comment #7 from Jakub Jelinek -

[Bug middle-end/65534] tailcall not optimized away

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65534 Richard Biener changed: What|Removed |Added Target Milestone|6.2 |6.3

[Bug middle-end/65534] tailcall not optimized away

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65534 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #6 from Jakub Jelinek -

[Bug middle-end/65534] tailcall not optimized away

2015-12-09 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65534 --- Comment #5 from Jan Hubicka --- Yep, if __setuent_static and known to not have address taken this should be possible

[Bug middle-end/65534] tailcall not optimized away

2015-12-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65534 --- Comment #4 from Martin Liška --- (In reply to Bernhard Reutner-Fischer from comment #2) > (In reply to Jan Hubicka from comment #1) > > > #ifndef OPTIMIZE_MANUALLY > > > void setutent(void) { > > > ((void)0); > > > __setutent_unlocked

[Bug middle-end/65534] tailcall not optimized away

2015-12-02 Thread aldot at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65534 --- Comment #3 from Bernhard Reutner-Fischer --- (In reply to Bernhard Reutner-Fischer from comment #2) > (In reply to Jan Hubicka from comment #1) > > > #ifndef OPTIMIZE_MANUALLY > > > void setutent(void) { > > > ((void)0); > > > __setut

[Bug middle-end/65534] tailcall not optimized away

2015-07-09 Thread aldot at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65534 --- Comment #2 from Bernhard Reutner-Fischer --- (In reply to Jan Hubicka from comment #1) > > #ifndef OPTIMIZE_MANUALLY > > void setutent(void) { > > ((void)0); > > __setutent_unlocked(); > > ((void)0); > > } > > #else > > extern __t

[Bug middle-end/65534] tailcall not optimized away

2015-03-23 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65534 Jan Hubicka changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/65534] tailcall not optimized away

2015-03-23 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65534 --- Comment #1 from Jan Hubicka --- > #ifndef OPTIMIZE_MANUALLY > void setutent(void) { > ((void)0); > __setutent_unlocked(); > ((void)0); > } > #else > extern __typeof (__setutent_unlocked) setutent > __attribute__ ((alias ("__se