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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [unsorted/] [poor.c] - Blame information for rev 149

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

Line No. Rev Author Line
1 149 jeremybenn
typedef struct
2
{
3
        char    c[510];
4
} s510;
5
 
6
typedef struct
7
{
8
        char    c[511];
9
} s511;
10
 
11
s510    G510, s1;
12
s511    G511;
13
int     I, J;
14
double  D;
15
 
16
void main(void);
17
void f0(double D, ...);
18
s510 f1(double D, ...);
19
void f2a(s510 S);
20
void f2b(s511 S);
21
 
22
 
23
void main(void)
24
{
25
 
26
        f0(D, I, J);
27
 
28
        s1 = f1(D, I, D);
29
 
30
        f2a(G510);
31
 
32
        f2b(G511);
33
 
34
}

powered by: WebSVN 2.1.0

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