[Bug rtl-optimization/42497] Generate conditional tail calls .

2015-09-01 Thread peter at cordes dot ca
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42497 Peter Cordes changed: What|Removed |Added CC||peter at cordes dot ca --- Comment #3

[Bug rtl-optimization/42497] Generate conditional tail calls .

2009-12-31 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-12-31 15:33 --- What do you expect with -fno-optimize-sibling-calls ... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42497

[Bug rtl-optimization/42497] Generate conditional tail calls .

2009-12-30 Thread ramana at gcc dot gnu dot org
--- Comment #1 from ramana at gcc dot gnu dot org 2009-12-30 17:32 --- The problem here essentially appears to be that GCC can't seem to generate conditional tail-calls (or conditional calls for that matter in this case) with -fno-optimize-sibling-calls . I don't read this as a problem