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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr17407.c] - Diff between revs 149 and 154

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

Rev 149 Rev 154
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.