https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42497
Peter Cordes changed:
What|Removed |Added
CC||peter at cordes dot ca
--- Comment #3 fro
--- 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
--- 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 w