OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr17407.c] - Diff between revs 297 and 338

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

Rev 297 Rev 338
typedef struct libxml_xpathCallback {
typedef struct libxml_xpathCallback {
  void *ns_uri;
  void *ns_uri;
} libxml_xpathCallback;
} libxml_xpathCallback;
 
 
typedef libxml_xpathCallback libxml_xpathCallbackArray[];
typedef libxml_xpathCallback libxml_xpathCallbackArray[];
 
 
libxml_xpathCallbackArray *libxml_xpathCallbacks;
libxml_xpathCallbackArray *libxml_xpathCallbacks;
 
 
void foo1(void);
void foo1(void);
 
 
void
void
foo (void)
foo (void)
{
{
  if ((*libxml_xpathCallbacks)[3].ns_uri != ((void *)0)) foo1();
  if ((*libxml_xpathCallbacks)[3].ns_uri != ((void *)0)) foo1();
}
}
 
 

powered by: WebSVN 2.1.0

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