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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20020309-2.c] - Rev 823

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

/* This testcase ICEd on IA-32 at -O2, because loop was calling convert_modes
   between a MODE_FLOAT and MODE_INT class modes.  */
 
typedef union
{
  double d;
  long long ll;
} A;
 
void
foo (A x, A **y, A z)
{
  for (; *y; y++)
    if (x.ll == 262 && (*y)->d == z.d)
      break;
}
 

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.