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/] [20020418-1.c] - Diff between revs 154 and 816

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 154 Rev 816
/* PR c/6358
/* PR c/6358
   This testcase ICEd on IA-32 in foo, because current_function_return_rtx
   This testcase ICEd on IA-32 in foo, because current_function_return_rtx
   was assigned a hard register only after expand_null_return was called,
   was assigned a hard register only after expand_null_return was called,
   thus return pseudo was clobbered twice and the hard register not at
   thus return pseudo was clobbered twice and the hard register not at
   all.  */
   all.  */
 
 
void baz (void);
void baz (void);
 
 
double foo (void)
double foo (void)
{
{
  baz ();
  baz ();
  return;
  return;
}
}
 
 
double bar (void)
double bar (void)
{
{
  baz ();
  baz ();
}
}
 
 

powered by: WebSVN 2.1.0

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