------- Additional Comments From bdavis at gcc dot gnu dot org  2004-10-14 10:08 
-------
if the example is compiled with:

[EMAIL PROTECTED] ~]$ g77 x.f -fno-automatic
[EMAIL PROTECTED] ~]$ ./a.out
 ======1st time=================
   
 first time is=:
 1 1 1  0.200000003    1 2 1  1.
 2 1 1  0.400000006    2 2 1  2.
 1 1 2  0.200000003    1 2 2  1.
 2 1 2  0.400000006    2 2 2  2.
   
 ZZZ are=:
 1  0.200000003  1.  0.200000003  1.
 2  0.400000006  2.  0.400000006  2.
   
   
 =======2nd time================
   
 ZZZ are=:
 1  0.200000003  1.  0.200000003  1.
 2  0.400000006  2.  0.400000006  2.


This is a common difference between g77 and some other fortran compilers.


HTH,
bud davis


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17987

Reply via email to