aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/20030216-1.c
blob: 8f692f09276e44004af70d8dff3d2cf2a9b20772 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/* PR c/8086  */

#define P(x) \
        ((((((((((((((((((((((((((((((((        \
         (x)+a)                 \
         *(x)+a)                 \
         *(x)+a)                 \
         *(x)+a)                 \
         *(x)+a)                 \
         *(x)+a)                 \
         *(x)+a)                 \
         *(x)+a)                 \
         *(x)+a)                 \
         *(x)+a)                 \
         *(x)+a)                 \
         *(x)+a)                 \
         *(x)+a)                 \
         *(x)+a)                 \
         *(x)+a)                 \
         *(x)+a)                 \
         *(x)+a)                 \
         *(x)+a)                 \
         *(x)+a)                 \
         *(x)+a)                 \
         *(x)+a)                 \
         *(x)+a)                 \
         *(x)+a)                 \
         *(x)+a)                 \
         *(x)+a)                 \
         *(x)+a)                 \
         *(x)+a)                 \
         *(x)+a)                 \
         *(x)+a)                 \
         *(x)+a)                 \
         *(x)+a)                 \
         *(x)+a)

int
polynomial(int a)
{
  return P(3);
}