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.target/] [mips/] [pr35802.c] - Diff between revs 321 and 338

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

Rev 321 Rev 338
/* { dg-options "-O2 -march=74kc -mgp32" } */
/* { dg-options "-O2 -march=74kc -mgp32" } */
__thread int x __attribute__((tls_model("initial-exec")));
__thread int x __attribute__((tls_model("initial-exec")));
__thread int y __attribute__((tls_model("initial-exec")));
__thread int y __attribute__((tls_model("initial-exec")));
 
 
int bar (void);
int bar (void);
 
 
NOMIPS16 void
NOMIPS16 void
foo (int n)
foo (int n)
{
{
  if (n > 5)
  if (n > 5)
    {
    {
      y = 0;
      y = 0;
      do
      do
        x += bar ();
        x += bar ();
      while (n--);
      while (n--);
    }
    }
}
}
 
 

powered by: WebSVN 2.1.0

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