public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/25268]  New: ICE on lshrdi3_31 pattern
@ 2005-12-05 15:06 jakub at gcc dot gnu dot org
  2005-12-06 14:33 ` [Bug target/25268] " krebbel at gcc dot gnu dot org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: jakub at gcc dot gnu dot org @ 2005-12-05 15:06 UTC (permalink / raw)
  To: gcc-bugs

long long
foo (long long x, int y)
{
  unsigned long long x0 = (unsigned long long) x, x1;
  long long a = x0 >> ((y - 4) & 63);
  if ((a & 8) == 0)
    y--;
  x1 = x << ((24 - y) & 63);
  return (x1 >> 1);
}

ICEs at -m31 {-O1,-O2,-O3} on s390-linux.


-- 
           Summary: ICE on lshrdi3_31 pattern
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jakub at gcc dot gnu dot org
GCC target triplet: s390-linux


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


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

end of thread, other threads:[~2005-12-12 20:47 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-05 15:06 [Bug target/25268] New: ICE on lshrdi3_31 pattern jakub at gcc dot gnu dot org
2005-12-06 14:33 ` [Bug target/25268] " krebbel at gcc dot gnu dot org
2005-12-06 14:48 ` jakub at gcc dot gnu dot org
2005-12-07  8:18 ` jakub at gcc dot gnu dot org
2005-12-07 11:26 ` krebbel at gcc dot gnu dot org
2005-12-07 12:06 ` jakub at gcc dot gnu dot org
2005-12-07 15:32 ` jakub at gcc dot gnu dot org
2005-12-07 16:26 ` krebbel at gcc dot gnu dot org
2005-12-07 16:52 ` jakub at gcc dot gnu dot org
2005-12-07 17:33 ` krebbel at gcc dot gnu dot org
2005-12-08  8:32 ` krebbel at gcc dot gnu dot org
2005-12-08  8:33 ` krebbel at gcc dot gnu dot org
2005-12-08  8:56 ` krebbel at gcc dot gnu dot org
2005-12-12 20:47 ` 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).