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/] [compile/] [20010611-1.c] - Diff between revs 297 and 338

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

Rev 297 Rev 338
/* Origin: PR c/3116 from Andreas Jaeger <aj@suse.de>.  */
/* Origin: PR c/3116 from Andreas Jaeger <aj@suse.de>.  */
/* When determining type compatibility of function types, we must remove
/* When determining type compatibility of function types, we must remove
   qualifiers from argument types.  We used to fail to do this properly
   qualifiers from argument types.  We used to fail to do this properly
   in store_parm_decls when comparing prototype and non-prototype
   in store_parm_decls when comparing prototype and non-prototype
   declarations.  */
   declarations.  */
struct _IO_FILE {
struct _IO_FILE {
  int _flags;
  int _flags;
};
};
 
 
typedef struct _IO_FILE __FILE;
typedef struct _IO_FILE __FILE;
typedef struct _IO_FILE _IO_FILE;
typedef struct _IO_FILE _IO_FILE;
typedef long int wchar_t;
typedef long int wchar_t;
 
 
extern wchar_t *fgetws (wchar_t *__restrict __ws, int __n,
extern wchar_t *fgetws (wchar_t *__restrict __ws, int __n,
                        __FILE *__restrict __stream);
                        __FILE *__restrict __stream);
 
 
wchar_t *
wchar_t *
fgetws (buf, n, fp)
fgetws (buf, n, fp)
     wchar_t *buf;
     wchar_t *buf;
     int n;
     int n;
     _IO_FILE *fp;
     _IO_FILE *fp;
{
{
  return (wchar_t *)0;
  return (wchar_t *)0;
}
}
 
 

powered by: WebSVN 2.1.0

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