diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /doc/ports/sun_f77bugs.doc | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'doc/ports/sun_f77bugs.doc')
-rw-r--r-- | doc/ports/sun_f77bugs.doc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/ports/sun_f77bugs.doc b/doc/ports/sun_f77bugs.doc new file mode 100644 index 00000000..e4a39469 --- /dev/null +++ b/doc/ports/sun_f77bugs.doc @@ -0,0 +1,15 @@ +Different problems were encountered in both Sun-2's and Sun-3's +with the f77 compiler. On the Sun-2, the problems were in the +optimizer. See the "sun2*.doc" files for documentation on which +IRAF source files generated compile-time and run-time problems. + +On the Sun-3, the worst problem was that Sun forgot about complex +datatypes after Sun V2.0. See the notes in the "sun3*.doc" files. +Sun still (June 24) has not solved the problem, but Doug Tody came +up with workarounds; look for the string "kludge" in "sun3_042586.doc" +and in the directory $iraf/unix/hlib/SUN_kludge/. + +There were also three IRAF source files that generated run-time +errors on the Sun-3 due to bugs in the "-f68881" version of the f77 +optimizer; these files are documented in "sun3_f77Obugs.doc". + |