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

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [950613-1.c] - Diff between revs 297 and 338

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

Rev 297 Rev 338
#ifndef NO_LABEL_VALUES
#ifndef NO_LABEL_VALUES
f ()
f ()
{
{
  long *sp;
  long *sp;
  long *pc;
  long *pc;
 
 
  static void *dummy[] =
  static void *dummy[] =
    {
    {
      &&L1,
      &&L1,
      &&L2,
      &&L2,
    };
    };
 
 
 L1:
 L1:
  {
  {
    float val;
    float val;
    val = *(float *) sp;
    val = *(float *) sp;
    val = -val;
    val = -val;
    *(float *) sp = val;
    *(float *) sp = val;
    goto *pc++;
    goto *pc++;
  }
  }
 
 
 L2:
 L2:
  {
  {
    float from;
    float from;
    *(long long *) sp = from;
    *(long long *) sp = from;
    goto *pc++;
    goto *pc++;
  }
  }
}
}
#else
#else
int x;
int x;
#endif
#endif
 
 

powered by: WebSVN 2.1.0

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