public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/39723]  New: [cond-optab] worse code with long long shifts on v850
@ 2009-04-10 12:54 bonzini at gnu dot org
  2010-07-31  9:32 ` [Bug target/39723] [4.5/4.6 Regression][cond-optab] " rguenth at gcc dot gnu dot org
  0 siblings, 1 reply; 13+ messages in thread
From: bonzini at gnu dot org @ 2009-04-10 12:54 UTC (permalink / raw)
  To: gcc-bugs

long long xlrandom (long long x)
{
  int bits = 64;
  do
    {
      unsigned b = (random () & 15) + 1;
      x <<= b;                          /* shift up 1-16 steps */
      bits -= b;
    }
  while (bits >= 0);
  return x;
}


-- 
           Summary: [cond-optab] worse code with long long shifts on v850
           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=39723


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

end of thread, other threads:[~2015-06-26 20:33 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-39723-4@http.gcc.gnu.org/bugzilla/>
2010-12-16 13:10 ` [Bug target/39723] [4.5/4.6 Regression][cond-optab] worse code with long long shifts on v850 rguenth at gcc dot gnu.org
2011-04-28 15:08 ` [Bug target/39723] [4.5/4.6/4.7 " rguenth at gcc dot gnu.org
2012-07-02 12:55 ` [Bug target/39723] [4.6/4.7/4.8 " rguenth at gcc dot gnu.org
2013-04-12 15:15 ` [Bug target/39723] [4.7/4.8/4.9 " jakub at gcc dot gnu.org
2014-06-12 13:42 ` [Bug target/39723] [4.7/4.8/4.9/4.10 " rguenth at gcc dot gnu.org
2014-12-19 13:34 ` [Bug target/39723] [4.8/4.9/5 " jakub at gcc dot gnu.org
2015-02-06 18:36 ` law at redhat dot com
2015-02-06 20:21 ` vmakarov at gcc dot gnu.org
2015-02-08  4:44 ` law at redhat dot com
2015-06-23  8:18 ` [Bug target/39723] [4.8/4.9/5/6 " rguenth at gcc dot gnu.org
2015-06-26 20:04 ` [Bug target/39723] [4.9/5/6 " jakub at gcc dot gnu.org
2015-06-26 20:33 ` jakub at gcc dot gnu.org
2009-04-10 12:54 [Bug target/39723] New: [cond-optab] " bonzini at gnu dot org
2010-07-31  9:32 ` [Bug target/39723] [4.5/4.6 Regression][cond-optab] " rguenth 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).