3 ! PR 48412 - function elimination got temporary varibles in the wrong order.
4 ! Test case contributed by Joost VandeVondele.
6 INTEGER FUNCTION S1(m
,ma
,lx
)
9 IF (((m
< 0).AND
.(MODULO(ABS(ma
-lx
),2) == 1)).OR
.&
10 ((m
> 0).AND
.(MODULO(ABS(ma
-lx
),2) == 0))) THEN
19 IF (S1(1,2,1).NE
.0) CALL ABORT()