public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/32684]  New: Missed tail call with sin/cos and sincos pass
@ 2007-07-09  3:21 pinskia at gcc dot gnu dot org
  2007-07-09  9:34 ` [Bug tree-optimization/32684] " rguenth at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-07-09  3:21 UTC (permalink / raw)
  To: gcc-bugs

Testcase:
double _Complex quantum_cexp(double phi)
{
  return __builtin_cos(phi) + 1i * __builtin_sin(phi);
}

----- Cut ----
This shows up in libquantum (but after fixing a different issue which I will
file seperately).


-- 
           Summary: Missed tail call with sin/cos and sincos pass
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: missed-optimization
          Severity: enhancement
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32684


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-12-01  5:18 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-32684-4@http.gcc.gnu.org/bugzilla/>
2011-01-14 13:34 ` [Bug tree-optimization/32684] Missed tail call with sin/cos and sincos pass rguenth at gcc dot gnu.org
2011-01-14 13:35 ` rguenth at gcc dot gnu.org
2011-01-14 14:08 ` rguenth at gcc dot gnu.org
2014-12-01  5:18 ` pinskia at gcc dot gnu.org
2007-07-09  3:21 [Bug tree-optimization/32684] New: " pinskia at gcc dot gnu dot org
2007-07-09  9:34 ` [Bug tree-optimization/32684] " rguenth at gcc dot gnu dot org
2007-10-09  8:36 ` chrbr at gcc dot gnu dot org
2007-10-09 10:33 ` pinskia at gcc dot gnu dot org
2007-10-09 10:34 ` pinskia at gcc dot gnu dot org
2007-10-09 13:12 ` chrbr at gcc dot gnu dot org
2007-10-09 13:15 ` chrbr at gcc dot gnu dot org
2007-10-09 17:59 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).