Package: g77-3.4
Version: 3.4.2-2
Using g77-3.3 the following prgram
Double Precision Ten,One,Zero
Data Ten/10.0d0/,One/1.0d0/,Zero/0.0D0/
Write(1,*) "help ",Ten,One,Zero
End
the progam works - output in fort.1 is "help 10. 1. 0."
Using g77-3.4 the output is "help 0. 1. 0." which is not
correct
Not sure what is wrong
Thanks
Nick Materer