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.0rc1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr27087.c] - Diff between revs 297 and 338

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

Rev 297 Rev 338
extern int ptbl[4];
extern int ptbl[4];
extern int ctbl[4];
extern int ctbl[4];
 
 
void doViews(void) {
void doViews(void) {
    int  *c = ctbl, *p = ptbl;
    int  *c = ctbl, *p = ptbl;
    while (1)
    while (1)
  {
  {
        p++;
        p++;
        c++;
        c++;
        if (*p)
        if (*p)
        {
        {
            if (c == p)
            if (c == p)
            {
            {
                if (*c)
                if (*c)
                    return;
                    return;
            }
            }
            else
            else
              return;
              return;
        }
        }
    }
    }
 
 
    g();
    g();
}
}
 
 

powered by: WebSVN 2.1.0

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