mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-25 18:20:30 +08:00
New test.
From-SVN: r19972
This commit is contained in:
parent
7b6a7d3b5f
commit
2b9a5752b9
19
gcc/testsuite/g77.f-torture/compile/970915-0.f
Normal file
19
gcc/testsuite/g77.f-torture/compile/970915-0.f
Normal file
@ -0,0 +1,19 @@
|
||||
* fixed by patch to safe_from_p to avoid visiting any SAVE_EXPR
|
||||
* node twice in a given top-level call to it.
|
||||
|
||||
SUBROUTINE TSTSIG11
|
||||
IMPLICIT COMPLEX (A-Z)
|
||||
EXTERNAL gzi1,gzi2
|
||||
branch3 = sw2 / cw
|
||||
. * ( rdw * (epsh*gzi1(A,B)-gzi2(A,B))
|
||||
. + rdw * (epsh*gzi1(A,B)-gzi2(A,B)) )
|
||||
. + (-1./2. + 2.*sw2/3.) / (sw*cw)
|
||||
. * rdw * (epsh*gzi1(A,B)-gzi2(A,B)
|
||||
. + rdw * (epsh*gzi1(A,B)-gzi2(A,B))
|
||||
. + rdw * (epsh*gzi1(A,B)-gzi2(A,B)) )
|
||||
. * rup * (epsh*gzi1(A,B)-gzi2(A,B)
|
||||
. + rup * (epsh*gzi1(A,B)-gzi2(A,B)) )
|
||||
. * 4.*(3.-tw**2) * gzi2(A,B)
|
||||
. + ((1.+2./tauw)*tw**2-(5.+2./tauw))* gzi1(A,B)
|
||||
RETURN
|
||||
END
|
Loading…
x
Reference in New Issue
Block a user