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.0rc1/] [gcc/] [testsuite/] [gcc.dg/] [compat/] [struct-by-value-5a_x.c] - Blame information for rev 338

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
DEFS(f, float)
8
CHECKS(f, float)
9
 
10
TEST(Sf1, float)
11
TEST(Sf2, float)
12
TEST(Sf3, float)
13
TEST(Sf4, float)
14
TEST(Sf5, float)
15
TEST(Sf6, float)
16
TEST(Sf7, float)
17
TEST(Sf8, float)
18
 
19
#undef T
20
 
21
void
22
struct_by_value_5a_x ()
23
{
24
DEBUG_INIT
25
 
26
#define T(TYPE, MTYPE) testit##TYPE ();
27
 
28
T(Sf1, float)
29
T(Sf2, float)
30
T(Sf3, float)
31
T(Sf4, float)
32
T(Sf5, float)
33
T(Sf6, float)
34
T(Sf7, float)
35
T(Sf8, float)
36
 
37
DEBUG_FINI
38
 
39
if (fails != 0)
40
  abort ();
41
 
42
#undef T
43
}

powered by: WebSVN 2.1.0

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