ff90-1.f (s): Fix reference of variable z, should be x.
2001-08-02 Jeffrey Oldham <oldham@codesourcery.com> * g77.dg/ff90-1.f (s): Fix reference of variable z, should be x. From-SVN: r44582
This commit is contained in:
parent
026c3f1335
commit
d4d3e88298
@ -1,3 +1,8 @@
|
||||
2001-08-02 Jeffrey Oldham <oldham@codesourcery.com>
|
||||
|
||||
* g77.dg/ff90-1.f (s): Fix reference of variable z,
|
||||
should be x.
|
||||
|
||||
2001-08-02 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
Kill -fhonor-std.
|
||||
|
@ -11,5 +11,5 @@ C { dg-options "-ff90" }
|
||||
end
|
||||
subroutine s(x)
|
||||
double precision x
|
||||
if ( abs(z-2.0d0) .gt. 1.0e-5 ) call abort
|
||||
if ( abs(x-2.0d0) .gt. 1.0e-5 ) call abort
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user