public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[parent not found: <bug-14541-4@http.gcc.gnu.org/bugzilla/>]
[parent not found: <20040312001701.14541.kazu@gcc.gnu.org>]
* [Bug optimization/14541] New: [tree-ssa] gcc.dg/torture/builtin-explog-1.c fails
@ 2004-03-12  0:17 kazu at cs dot umass dot edu
  2004-05-24 21:48 ` [Bug tree-optimization/14541] [tree-ssa] built-in math functions are not fully optimized at tree level pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: kazu at cs dot umass dot edu @ 2004-03-12  0:17 UTC (permalink / raw)
  To: gcc-bugs

Here is a reduced testcase.
Basically, link_error won't go away.
This testcase works on mainline, so this is a regression.

extern double log (double);
extern double exp (double);
extern void link_failure (void);

void
test (double d1)
{
  if (log (exp (d1)) != d1)
    link_failure ();
}

int
main (void)
{
  return 0;
}

-- 
           Summary: [tree-ssa] gcc.dg/torture/builtin-explog-1.c fails
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Keywords: pessimizes-code
          Severity: normal
          Priority: P2
         Component: optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kazu at cs dot umass dot edu
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: h8300-elf


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


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

end of thread, other threads:[~2014-12-15 13:11 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-14541-5009@http.gcc.gnu.org/bugzilla/>
2006-11-26  8:15 ` [Bug tree-optimization/14541] [tree-ssa] built-in math functions are not fully optimized at tree level pinskia at gcc dot gnu dot org
     [not found] <bug-14541-4@http.gcc.gnu.org/bugzilla/>
2012-02-12  9:24 ` pinskia at gcc dot gnu.org
2014-10-31  4:01 ` pinskia at gcc dot gnu.org
2014-12-01 14:15 ` rguenth at gcc dot gnu.org
2014-12-02 11:23 ` rguenth at gcc dot gnu.org
2014-12-03 11:55 ` rguenth at gcc dot gnu.org
2014-12-08 10:28 ` ktkachov at gcc dot gnu.org
2014-12-08 10:32 ` rguenther at suse dot de
2014-12-11 13:14 ` rguenth at gcc dot gnu.org
2014-12-11 13:30 ` ktkachov at gcc dot gnu.org
2014-12-15 13:11 ` rguenth at gcc dot gnu.org
     [not found] <20040312001701.14541.kazu@gcc.gnu.org>
2005-07-12 21:26 ` pinskia at gcc dot gnu dot org
2004-03-12  0:17 [Bug optimization/14541] New: [tree-ssa] gcc.dg/torture/builtin-explog-1.c fails kazu at cs dot umass dot edu
2004-05-24 21:48 ` [Bug tree-optimization/14541] [tree-ssa] built-in math functions are not fully optimized at tree level pinskia at gcc dot gnu dot org
2004-06-01  1:47 ` pinskia at gcc dot gnu dot org
2004-06-21  5:15 ` 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).