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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [compat/] [small-struct-defs.h] - Blame information for rev 823

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

Line No. Rev Author Line
1 149 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.