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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [991008-1.c] - Blame information for rev 688

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 688 jeremybenn
typedef struct {
2
    int x;
3
} FILE;
4
extern void fputs (const char *, FILE *);
5
 
6
int mView;
7
void foo (FILE * out, int aIndent)
8
{
9
    if (0 != mView) {
10
        aIndent++;
11
        aIndent--;
12
        {
13
            int __t = aIndent;
14
            while (--__t >= 0)
15
                fputs ("  ", out);
16
        }
17
 
18
    } {
19
        int __t = aIndent;
20
        while (--__t >= 0)
21
            fputs ("  ", out);
22
    }
23
}

powered by: WebSVN 2.1.0

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