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

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20000718.c] - Diff between revs 297 and 384

Only display areas with differences | Details | Blame | View Log

Rev 297 Rev 384
extern double foo(double, double);
extern double foo(double, double);
extern void bar(float*, int*);
extern void bar(float*, int*);
 
 
void
void
baz(int* arg)
baz(int* arg)
{
{
    float tmp = (float)foo(2.0,1.0);
    float tmp = (float)foo(2.0,1.0);
    unsigned i;
    unsigned i;
    short junk[64];
    short junk[64];
 
 
    for (i=0; i<10; i++, arg++) {
    for (i=0; i<10; i++, arg++) {
        bar(&tmp, arg);
        bar(&tmp, arg);
    }
    }
}
}
 
 

powered by: WebSVN 2.1.0

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