OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [20050111-1.c] - Rev 300

Go to most recent revision | Compare with Previous | Blame | View Log

/* PR middle-end/19084, rtl-optimization/19348 */
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-options "-O2 -march=i686" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
 
unsigned int
foo (unsigned long long x)
{
  unsigned int u;
 
  if (x == 0)
    return 0;
  u = (unsigned int) (x >> 32);
  return u;
}
 
unsigned long long
bar (unsigned short x)
{
  return (unsigned long long) x << 32;
}
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.