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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20020701-1.c] - Diff between revs 149 and 154

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 149 Rev 154
/* PR target/7177
/* PR target/7177
   Problem with cris-axis-elf: ICE in global.
   Problem with cris-axis-elf: ICE in global.
   Origin: hp@axis.com.  */
   Origin: hp@axis.com.  */
 
 
typedef __SIZE_TYPE__ size_t;
typedef __SIZE_TYPE__ size_t;
void f1 (void *);
void f1 (void *);
char *f2 (const char *);
char *f2 (const char *);
int atoi (const char *);
int atoi (const char *);
char *strchr (const char *, int);
char *strchr (const char *, int);
int strcmp (const char *, const char *);
int strcmp (const char *, const char *);
size_t strlen (const char *);
size_t strlen (const char *);
typedef enum { A, B, C } t1;
typedef enum { A, B, C } t1;
extern const char _v[];
extern const char _v[];
 
 
static t1
static t1
f (const char* p1, const char* p2, char p3)
f (const char* p1, const char* p2, char p3)
{
{
  char *v1;
  char *v1;
  char *v2;
  char *v2;
  char *a;
  char *a;
  char *v3;
  char *v3;
  char *v4;
  char *v4;
  char *v5;
  char *v5;
  char *e;
  char *e;
  char *v6;
  char *v6;
  t1 r = C;
  t1 r = C;
 
 
  v1 = f2 (p2);
  v1 = f2 (p2);
  v4 = f2 (p1);
  v4 = f2 (p1);
 
 
  a = v2 = v1;
  a = v2 = v1;
  e = v5 = v4;
  e = v5 = v4;
  memcpy (&e, &e, sizeof (e));
  memcpy (&e, &e, sizeof (e));
 
 
  v3 = strchr (v2, ',');
  v3 = strchr (v2, ',');
  v6 = strchr (v5, ',');
  v6 = strchr (v5, ',');
 
 
  while ((_v + 1)[(unsigned) *a] & 4)
  while ((_v + 1)[(unsigned) *a] & 4)
    a++;
    a++;
  while ((_v + 1)[(unsigned) *e] & 4)
  while ((_v + 1)[(unsigned) *e] & 4)
    e++;
    e++;
 
 
  if (a == v3 && e == v6)
  if (a == v3 && e == v6)
    {
    {
      if (p3)
      if (p3)
        r = atoi (v5) < atoi (v2) ? B : A;
        r = atoi (v5) < atoi (v2) ? B : A;
      else
      else
        r = atoi (v5) > atoi (v2) ? B : A;
        r = atoi (v5) > atoi (v2) ? B : A;
      v2 = ++a;
      v2 = ++a;
      v5 = ++e;
      v5 = ++e;
      v3 = strchr (v2, ',');
      v3 = strchr (v2, ',');
      v6 = strchr (v5, ',');
      v6 = strchr (v5, ',');
 
 
      while ((_v + 1)[(unsigned) *a] & 4)
      while ((_v + 1)[(unsigned) *a] & 4)
        a++;
        a++;
      while ((_v + 1)[(unsigned) *e] & 4)
      while ((_v + 1)[(unsigned) *e] & 4)
        e++;
        e++;
 
 
      if (a == v3 && e == v6)
      if (a == v3 && e == v6)
        {
        {
          if (r == B)
          if (r == B)
            r = B;
            r = B;
          else if (p3)
          else if (p3)
            r = atoi (v5) < atoi (v2) ? B : A;
            r = atoi (v5) < atoi (v2) ? B : A;
          else
          else
            r = atoi (v5) > atoi (v2) ? B : A;
            r = atoi (v5) > atoi (v2) ? B : A;
        }
        }
      else
      else
        r = C;
        r = C;
    }
    }
 
 
  f1 (v1);
  f1 (v1);
  f1 (v4);
  f1 (v4);
  return r;
  return r;
}
}
 
 

powered by: WebSVN 2.1.0

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