OSDN Git Service

* libF77/configure.in: Define IEEE_COMPLEX_DIVIDE.
authortoon <toon@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 12 Mar 2000 19:20:47 +0000 (19:20 +0000)
committertoon <toon@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 12 Mar 2000 19:20:47 +0000 (19:20 +0000)
commita25d35f6be24a9f7ee6b012ee5fef7b81a7ec9df
tree2f96ba2bc116769c43eb3433f6fa7f616e56586d
parentba1acc74b3aec6098e9a3d9042f116d13f26c986
* libF77/configure.in: Define IEEE_COMPLEX_DIVIDE.
* libF77/[cz]_div.c: Arrange for compilation under
-DIEEE_COMPLEX_DIVIDE to make these routines
avoid calling sig_die when the denominator vanishes.
* libF77/s_rnge.c: Add casts for the case of
sizeof(ftnint) == sizeof(int) < sizeof(long).
* libI77/endfile.c: Set state to writing (b->uwrt = 1) when an
endfile statement requires copying the file
Also, supply a missing (long) cast in the sprintf call.
* libI77/sfe.c: Add #ifdef ALWAYS_FLUSH logic, for formatted I/O.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32496 138bc75d-0d04-0410-961f-82ee72b054a4
libf2c/ChangeLog
libf2c/libF77/Version.c
libf2c/libF77/c_div.c
libf2c/libF77/configure.in
libf2c/libF77/s_rnge.c
libf2c/libF77/z_div.c
libf2c/libI77/Version.c
libf2c/libI77/endfile.c
libf2c/libI77/sfe.c