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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [951004-1.c] - Blame information for rev 816

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
typedef struct
2
{
3
  short v, h;
4
} S;
5
 
6
S a;
7
 
8
f (S pnt)
9
{
10
  S mpnt, mtp;
11
 
12
  (&pnt)->v -= 1;
13
  mpnt = pnt;
14
  mtp = a;
15
  if (mtp.v != mpnt.v)
16
    {
17
      S tpnt;
18
 
19
      tpnt = mtp;
20
      mtp = mpnt;
21
      mpnt = tpnt;
22
    }
23
}

powered by: WebSVN 2.1.0

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