------- Additional Comments From stevenj at fftw dot org  2005-02-23 20:28 
-------
Subject: Re:  COMPLEX function returns incompatible with
 g77

I confirm that it works when you compile arg1.f with -fno-f2c:
         g77 -fno-f2c -c arg1.f
         gfortran arg1tst.f arg1.o -o arg1tst
         ./arg1tst
  (  4.000000    ,  6.000000    )

However, this doesn't really alter the basic question of why you are 
changing the default calling conventions.


-- 


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

Reply via email to