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

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

Rev 297 Rev 384
struct option {
struct option {
    void *value;
    void *value;
};
};
void parse_options (struct option *);
void parse_options (struct option *);
void cmd_grep(void)
void cmd_grep(void)
{
{
  struct option options[] = { { &options } };
  struct option options[] = { { &options } };
  parse_options(options);
  parse_options(options);
}
}
 
 
 
 

powered by: WebSVN 2.1.0

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