This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/20178] COMPLEX function returns incompatible with g77


------- Additional Comments From tobi at gcc dot gnu dot org  2005-03-04 11:27 -------
- a simpler compiler
- simpler interfacing with C code
- less excess precision problems with floating point returns (REAL*4 returns are
not returned as REAL*8)
- faster executables
- we'll never get this if we don't do it now

But if you really like the default the other way round, I'd suggest:
- you implement the necessary changes to the library :-)
- we discuss this on the mailing list once I submit the patch, so that other
people can weigh in as well.

I hope to get there today, I have finished the COMPLEX part, and I don't think
the REAL part will be difficult.

-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]