This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/32684] Missed tail call with sin/cos and sincos pass
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 14 Jan 2011 13:32:55 +0000
- Subject: [Bug tree-optimization/32684] Missed tail call with sin/cos and sincos pass
- Auto-submitted: auto-generated
- References: <bug-32684-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32684
Richard Guenther <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends on| |46926
--- Comment #8 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-01-14 13:32:51 UTC ---
See also PR46926. The flags controlling whether we can emit a call to
sincos need some work (but it's not exactly clear how it should work).