OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [compat/] [union-defs.h] - Blame information for rev 298

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 union { char c; short s; } Ucs;
4
typedef union { char c; int i; } Uci;
5
typedef union { char c; long l; } Ucl;
6
typedef union { char c; long long ll; } Ucll;
7
 
8
typedef union { short s; int i; } Usi;
9
typedef union { short s; long l; } Usl;
10
typedef union { short s; long long ll; } Usll;
11
 
12
typedef union { int i; long l; } Uil;
13
typedef union { int i; long long ll; } Uill;
14
 
15
typedef union { long l; long long ll; } Ulll;

powered by: WebSVN 2.1.0

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