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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc3/] [gcc/] [testsuite/] [gcc.dg/] [compat/] [struct-by-value-11_x.c] - Blame information for rev 516

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
#include "compat-common.h"
2
 
3
#include "fp-struct-defs.h"
4
#include "fp-struct-check.h"
5
#include "fp-struct-test-by-value-x.h"
6
 
7
#ifndef SKIP_COMPLEX_INT
8
DEFS(cc, _Complex char)
9
CHECKS(cc, _Complex char)
10
 
11
TEST(Scc1, _Complex char)
12
TEST(Scc2, _Complex char)
13
TEST(Scc3, _Complex char)
14
TEST(Scc4, _Complex char)
15
TEST(Scc5, _Complex char)
16
TEST(Scc6, _Complex char)
17
TEST(Scc7, _Complex char)
18
TEST(Scc8, _Complex char)
19
TEST(Scc9, _Complex char)
20
TEST(Scc10, _Complex char)
21
TEST(Scc11, _Complex char)
22
TEST(Scc12, _Complex char)
23
TEST(Scc13, _Complex char)
24
TEST(Scc14, _Complex char)
25
TEST(Scc15, _Complex char)
26
TEST(Scc16, _Complex char)
27
#endif
28
 
29
#undef T
30
 
31
void
32
struct_by_value_11_x ()
33
{
34
#ifndef SKIP_COMPLEX_INT
35
DEBUG_INIT
36
 
37
#define T(TYPE, MTYPE) testit##TYPE ();
38
 
39
T(Scc1, _Complex char)
40
T(Scc2, _Complex char)
41
T(Scc3, _Complex char)
42
T(Scc4, _Complex char)
43
T(Scc5, _Complex char)
44
T(Scc6, _Complex char)
45
T(Scc7, _Complex char)
46
T(Scc8, _Complex char)
47
T(Scc9, _Complex char)
48
T(Scc10, _Complex char)
49
T(Scc11, _Complex char)
50
T(Scc12, _Complex char)
51
T(Scc13, _Complex char)
52
T(Scc14, _Complex char)
53
T(Scc15, _Complex char)
54
T(Scc16, _Complex char)
55
 
56
DEBUG_FINI
57
 
58
if (fails != 0)
59
  abort ();
60
 
61
#undef T
62
#endif
63
}

powered by: WebSVN 2.1.0

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