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

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

Rev 154 Rev 816
typedef struct x x;
typedef struct x x;
extern void *baz(char *);
extern void *baz(char *);
struct x { char * (*bar) (int); };
struct x { char * (*bar) (int); };
static x **foo() { return ((x**)baz(0)); }
static x **foo() { return ((x**)baz(0)); }
int xyzzy()
int xyzzy()
{
{
    baz((*foo())->bar(0));
    baz((*foo())->bar(0));
    return 3;
    return 3;
}
}
 
 

powered by: WebSVN 2.1.0

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