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

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

Rev 297 Rev 384
/* 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.