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/] [unsorted/] [layout.c] - Diff between revs 297 and 338

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

Rev 297 Rev 338
struct foo
struct foo
{
{
  char a;
  char a;
};
};
 
 
foo ()
foo ()
{
{
  struct foo bar[3];
  struct foo bar[3];
  bar[0].a = '0';
  bar[0].a = '0';
  bar[1].a = '1';
  bar[1].a = '1';
  bar[2].a = '2';
  bar[2].a = '2';
  foof (bar);
  foof (bar);
}
}
 
 

powered by: WebSVN 2.1.0

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