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.dg/] [compat/] [small-struct-defs.h] - Blame information for rev 298

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* Type definitions that are used by multiple tests.  */
2
 
3
typedef struct { char c; } Sc;
4
typedef struct { short s; } Ss;
5
typedef struct { int i; } Si;
6
typedef struct { short s; char c; } Ssc;
7
typedef struct { char c; short s; } Scs;
8
typedef struct { int i; char c; } Sic;
9
typedef struct { char c; int i; } Sci;
10
typedef struct { short s; int i; } Ssi;
11
typedef struct { int i; short s; } Sis;
12
typedef struct { char c; short s; int i; } Scsi;
13
typedef struct { char c; int i; short s; } Scis;
14
typedef struct { short s; char c; int i; } Ssci;
15
typedef struct { short s; int i; char c; } Ssic;
16
typedef struct { int i; short s; char c; } Sisc;
17
typedef struct { int i; char c; short s; } Sics;

powered by: WebSVN 2.1.0

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