2 c PR optimization/13037
3 c Contributed by Kirill Smelkov
4 c bug symptom: zeta(kkzc) seems to reference to zeta(kkzc-1) instead
5 c with gcc-3.2.2 it is OK, so it is a regression.
11 common /bug1_area
/zeta
(3)
13 double precision expnt
(3)
24 c the following line activates the bug
25 call bug1_activator
(kkzc
)
30 subroutine bug1_activator
(inum
)
41 common /bug1_area
/zeta
(3)
43 double precision expnt
(3)
54 if ((zeta
(1).ne
.1) .or
. (zeta
(2).ne
.2) .or
. (zeta
(3).ne
.3)) then