Fix date on ChangeLog, fix typo in function name

From-SVN: r92041
This commit is contained in:
Tobias Schlüter 2004-12-12 01:56:30 +01:00
parent 00887145f4
commit 6ee42e0124
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
2004-12-10 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2004-12-11 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/17175
* iresolve.c (gfc_resolve_scale): Convert 'I' argument if not of
same kind as C's 'int'.
(gfc_resolve_set_eponent): Convert 'I' argument if not of kind 4.
(gfc_resolve_set_exponent): Convert 'I' argument if not of kind 4.
2004-12-08 Richard Henderson <rth@redhat.com>