OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.target/] [s390/] [20071212-1.c] - Diff between revs 324 and 338

Only display areas with differences | Details | Blame | View Log

Rev 324 Rev 338
/* This used to fail due to bug in the On constraint causing a slgfi
/* This used to fail due to bug in the On constraint causing a slgfi
   to be emitted with an immediate not fitting into 32bit.  */
   to be emitted with an immediate not fitting into 32bit.  */
 
 
/* { dg-do compile } */
/* { dg-do compile } */
/* { dg-options "-O3 -march=z9-109" } */
/* { dg-options "-O3 -march=z9-109" } */
 
 
long
long
foo (long a)
foo (long a)
{
{
  return a - (1ULL << 32);
  return a - (1ULL << 32);
}
}
 
 

powered by: WebSVN 2.1.0

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