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.0rc2/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20020807-1.c] - Diff between revs 297 and 384

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

Rev 297 Rev 384
int x;
int x;
 
 
static int
static int
__attribute__ ((noinline))
__attribute__ ((noinline))
foo (void)
foo (void)
{
{
  return 0;
  return 0;
}
}
 
 
static void
static void
__attribute__ ((noinline))
__attribute__ ((noinline))
bar (void)
bar (void)
{
{
}
}
 
 
static inline void
static inline void
baz (void)
baz (void)
{
{
  char arr[x];
  char arr[x];
 
 
lab:
lab:
  if (foo () == -1)
  if (foo () == -1)
    {
    {
      bar ();
      bar ();
      goto lab;
      goto lab;
    }
    }
}
}
 
 
void
void
test (void)
test (void)
{
{
  baz ();
  baz ();
}
}
 
 

powered by: WebSVN 2.1.0

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