public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/39717]  New: [cond-optab] CSE does not put subregs into COMPAREs on many CC0 machines
@ 2009-04-10 12:46 bonzini at gnu dot org
  2009-04-16  3:08 ` [Bug target/39717] " hp at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bonzini at gnu dot org @ 2009-04-10 12:46 UTC (permalink / raw)
  To: gcc-bugs

/* cris and mn10300 -O2 */
foo (float *c)
{
  union
  {
    float r;
    unsigned int i;
  }
  e;
  e.r = c[0];
  if (e.i < 0x3f7f0000) return (e.r = e.r / 2.0f, e.i);
  return ((int) e.i < 0) ? 0 : 255;
}



Probably this is a duplicate too for vax:

int a, b;
int baz (short x) {  return x; }
int bar (int x) {
  if (baz (a ^ x ^ a)) return b;
  return 0;
}
int foo (void) {
  return bar (a == 0 || 1 == 1 - a) ? 1 : bar (1 && a);
}


-- 
           Summary: [cond-optab] CSE does not put subregs into COMPAREs on
                    many CC0 machines
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bonzini at gnu dot org
OtherBugsDependingO 39714
             nThis:


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


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

end of thread, other threads:[~2009-07-14 22:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-10 12:46 [Bug target/39717] New: [cond-optab] CSE does not put subregs into COMPAREs on many CC0 machines bonzini at gnu dot org
2009-04-16  3:08 ` [Bug target/39717] " hp at gcc dot gnu dot org
2009-04-16  8:05 ` bonzini at gnu dot org
2009-05-12 12:06 ` [Bug target/39717] [4.5 Regression][cond-optab] " bonzini at gnu dot org
2009-07-14 22:38 ` bonzini at 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).