diff options
author | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-08-01 21:13:39 +0000 |
---|---|---|
committer | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-08-01 21:13:39 +0000 |
commit | 8a50466a6c44dbbeda8e164b4fe3456919623f02 (patch) | |
tree | 199f493a016a3d2647046bf2ec33b75ee097e8c5 /gcc | |
parent | 822e27f983ead56bba562d0b0bd7275ecbf04135 (diff) | |
download | ppe42-gcc-8a50466a6c44dbbeda8e164b4fe3456919623f02.tar.gz ppe42-gcc-8a50466a6c44dbbeda8e164b4fe3456919623f02.zip |
PR libfortran/23178
* intrinsics/flush.c (flush_i8): Add function flush_i8. Update
copyright years.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102641 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 1a04beb6058..d9e7ec95773 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,7 +1,7 @@ 2005-07-31 Jerry DeLisle <jvdelisle@verizon.net> - * intrinsic.texi: Add documentation for exponent, floor, and fnum and - fix description of ceiling in index. + * intrinsic.texi: Add documentation for exponent, floor, and fnum and + fix description of ceiling in index. 2005-07-31 Steven Bosscher <stevenb@suse.de> |